updatedb: add page (#2369)

This commit is contained in:
Flavia Bastos
2018-10-04 07:26:32 -03:00
committed by Starbeamrainbowlabs
parent c115541a36
commit 32f4a2b456

12
pages/linux/updatedb.md Normal file
View File

@@ -0,0 +1,12 @@
# updatedb
> Create or update the database used by `locate`.
> It is usually run daily by cron.
- Refresh database content:
`sudo updatedb`
- Display file names as soon as they are found:
`sudo updatedb --verbose`