mac显示隐藏文件
2019-11-12 本文已影响0人
凌统丶
在终端中输代码“defaults write com.apple.finder AppleShowAllFiles -boolean true;killall Finder”即可显示隐藏文件。
再次隐藏文件,可以输入命令“defaults write com.apple.finder AppleShowAllFiles -boolean false;killall Finder”。
在终端中输代码“defaults write com.apple.finder AppleShowAllFiles -boolean true;killall Finder”即可显示隐藏文件。
再次隐藏文件,可以输入命令“defaults write com.apple.finder AppleShowAllFiles -boolean false;killall Finder”。