苹果Mac操作系统下显示隐藏文件
1、显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
2、重新隐藏
defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder
1、显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -boolean true ; killall Finder
2、重新隐藏
defaults write com.apple.finder AppleShowAllFiles -boolean false ; killall Finder