mac os下查看显示隐藏文件
然后使用终端命令查看隐藏文件.
defaults write ~/Library/Preferences/com.apple.finder AppleShowAllFiles -bool true
要关闭显示输入:
defaults write ~/Library/Preferences/com.apple.finder AppleShowAllFiles -bool false
需要注销或者重启一下系统
mac os下查看显示隐藏文件
然后使用终端命令查看隐藏文件.
defaults write ~/Library/Preferences/com.apple.finder AppleShowAllFiles -bool true
要关闭显示输入:
defaults write ~/Library/Preferences/com.apple.finder AppleShowAllFiles -bool false
需要注销或者重启一下系统