View Single Post
  #5   (View Single Post)  
Old 11th July 2008
lvlamb's Avatar
lvlamb lvlamb is offline
Real Name: Louis V. Lambrecht
Spam Deminer
 
Join Date: May 2008
Location: .be
Posts: 221
Default

man locate.updatedb
you run it as
Code:
sudo /usr/libexec/locate.updatedb
anytime you wish it updated.
It normally is on a cron and mostly runs once a week. But will not run if the machine is down at the specified time/date.
To prevent this, add anacron.

/var/db/locate.database must exist, touch if needed and chown root:wheel, chmod 444.
__________________
da more I know I know I know nuttin'
Reply With Quote