Install locate and updatedb on CentOS and Debian
Written by Rudy Sunday, 26 August 2012 09:22
Install locate and updatedb on CentOS and Debianlocate and updatedb commands are the best commands to search and find files in Linux. if you dont have them installed on your Linux , use the following commands :
Debian :
1
|
apt-get install locate |
CentOS :
1
|
yum install mlocate |