在终端依次输入以下两条命令,并且依次执行:
defaults write com.apple.finder AppleShowAllFiles -bool YES
killall Finder
然后就可以创建.开头的文件了。
再输入:
defaults write com.apple.finder AppleShowAllFiles -bool NO
killall Finder
也是分别执行,隐藏.开头的文件。
在终端依次输入以下两条命令,并且依次执行:
defaults write com.apple.finder AppleShowAllFiles -bool YES
killall Finder
然后就可以创建.开头的文件了。
再输入:
defaults write com.apple.finder AppleShowAllFiles -bool NO
killall Finder
也是分别执行,隐藏.开头的文件。