default settig,updatedb,it has been in /etc/cron.daily and its name is slocate.cron
if you want to run updatedb on startup, you can add the line updatebd to the file
/etc/rc.d/rc.local.
If you do decide to add updatedb to your rc.local - make sure to set it to run in the background, else your system will block until it finishes. To run it in the background, use the '&' suffix.
Ex:
Code:
updatedb &
m2c,
Jason
__________________
There is no 'CTRL' button on Chuck Norris's computer. Chuck Norris is always in control.