+ Reply to Thread
Results 1 to 1 of 1
Thread: Cannot find locate command.
-
Administrator
- Join Date
- Mar 2010
- Posts
- 74
Cannot find locate command.
Issue::
Sometimes we use locate command to find files and output will be like this
==
-bash: locate: command not found
==
This indicates that the “slocate” package is not installed. Install it with:
yum -y install slocate
Then update the database with:
# updatedb


LinkBack URL
About LinkBacks



Reply With Quote