Mac os刷新图标缓存
Posted rickguo
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac os刷新图标缓存相关的知识,希望对你有一定的参考价值。
sudo rm -rf /Library/Caches/com.apple.iconservices.store
sudo find /private/var/folders/ -name com.apple.dock.iconcache|xargs rm -rf
sudo find /private/var/folders/ -name com.apple.iconservices|xargs rm -rf
then run command [sync] and [reboot] to reboot system, after all, the icon caches will be refreshed.
以上是关于Mac os刷新图标缓存的主要内容,如果未能解决你的问题,请参考以下文章