mdutil: add page (#2452)

This commit is contained in:
Guido Lena Cota 2018-10-17 17:25:06 +02:00 committed by Owen Voke
parent 2063dfdde3
commit 53b0d009af

15
pages/osx/mdutil.md Normal file
View File

@ -0,0 +1,15 @@
# mdutil
> Manage the metadata stores used by Spotlight for indexing.
- Show the indexing status of the startup volume:
`mdutil -s {{/}}`
- Turn on/off the Spotlight indexing for a given volume:
`mdutil -i {{on|off}} {{path/to/volume}}`
- Erase the metadata stores and restart the indexing process:
`mdutil -E {{path/to/volume}}`