查看Mac 电脑下隐藏的文件

xiaoxiao2021-02-28  92

1.显示该文件夹下的所有隐藏文件

进入bash 输入ls -a

2.如果你想打开整个系统的隐藏文件可以在终端下输入以下命令

进入bash 

defaults write com.apple.finder AppleShowAllFiles -bool true

关闭显示隐藏功能

defaults write com.apple.finder AppleShowAllFiles -bool false

转载请注明原文地址: https://www.6miu.com/read-71617.html

最新回复(0)