locate, crontab & netbsd
Date: July 16, 2005
Categories: NetBSD
to update the locate db –>
/usr/libexec/locate.updatedb
to add this on a daily update –>
crontab -e
* 0 * * * /usr/libexec/locate.updatedb
to update the locate db –>
/usr/libexec/locate.updatedb
to add this on a daily update –>
crontab -e
* 0 * * * /usr/libexec/locate.updatedb
Leave a Reply