mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 04:55:39 +02:00
mdutil: add page (#2452)
This commit is contained in:
parent
2063dfdde3
commit
53b0d009af
1 changed files with 15 additions and 0 deletions
15
pages/osx/mdutil.md
Normal file
15
pages/osx/mdutil.md
Normal 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}}`
|
Loading…
Add table
Reference in a new issue