1、首先打开“Finder”,然后再打开“终端”。

2、在终端中输代码“defaults write com.apple.finder AppleShowAllFiles -boolean true;killall Finder”即可显示隐藏文件。

3、再次隐藏文件,可以输入命令“defaults write com.apple.finder AppleShowAllFiles -boolean false;killall Finder”。

4、总结如下。

时间:2024-10-12 07:29:24
1、首先打开“Finder”,然后再打开“终端”。
2、在终端中输代码“defaults write com.apple.finder AppleShowAllFiles -boolean true;killall Finder”即可显示隐藏文件。
3、再次隐藏文件,可以输入命令“defaults write com.apple.finder AppleShowAllFiles -boolean false;killall Finder”。
4、总结如下。