mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 18:26:00 +02:00
mdutil: add turn on/off indexing for all volumes (#5087)
This commit is contained in:
parent
cd72232639
commit
9ddbd97ce4
1 changed files with 4 additions and 0 deletions
|
@ -10,6 +10,10 @@
|
||||||
|
|
||||||
`mdutil -i {{on|off}} {{path/to/volume}}`
|
`mdutil -i {{on|off}} {{path/to/volume}}`
|
||||||
|
|
||||||
|
- Turn on/off indexing for all volumes:
|
||||||
|
|
||||||
|
`mdutil -a -i {{on|off}}`
|
||||||
|
|
||||||
- Erase the metadata stores and restart the indexing process:
|
- Erase the metadata stores and restart the indexing process:
|
||||||
|
|
||||||
`mdutil -E {{path/to/volume}}`
|
`mdutil -E {{path/to/volume}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue