tldr/pages/osx/mdutil.md

16 lines
337 B
Markdown
Raw Normal View History

2018-10-17 16:25:06 +01:00
# 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}}`