2025-03-14 21:59:59 -06:00
|
|
|
# updatedb
|
|
|
|
|
|
|
|
|
|
> Create or update the database used by `locate`.
|
|
|
|
|
> It is usually run daily by cron.
|
|
|
|
|
> More information: <https://manned.org/updatedb>.
|
|
|
|
|
|
|
|
|
|
- Refresh database content:
|
|
|
|
|
|
|
|
|
|
`sudo updatedb`
|
|
|
|
|
|
|
|
|
|
- Display file names as soon as they are found:
|
|
|
|
|
|
2025-05-08 12:26:01 -06:00
|
|
|
`sudo updatedb {{[-v|--verbose]}}`
|