Macos mc: различия между версиями
Материал из noname.com.ua
Перейти к навигацииПерейти к поискуSirmax (обсуждение | вклад) |
Sirmax (обсуждение | вклад) (→Ссылки) |
||
(не показана 1 промежуточная версия этого же участника) | |||
Строка 20: | Строка 20: | ||
popd > /dev/null |
popd > /dev/null |
||
</PRE> |
</PRE> |
||
+ | ==Ссылки== |
||
+ | * http://macdays.ru/mac-os/tweaks-mac-os-x/ |
||
+ | * http://habrahabr.ru/post/143341/ |
Текущая версия на 09:03, 6 апреля 2013
Mac OS MC
locate
Maxs-MacBook-Pro:~ root# sudo /usr/libexec/locate.updatedb shell-init: error retrieving current directory: getcwd: cannot access parent directories: Permission denied shell-init: error retrieving current directory: getcwd: cannot access parent directories: Permission denied shell-init: error retrieving current directory: getcwd: cannot access parent directories: Permission denied find: .: Permission denied
#!/bin/bash pushd . > /dev/null cd /usr/libexec echo "Updating locate database..." sudo ./locate.updatedb echo "Updating complete!" popd > /dev/null