为了系统保护,在Mac下默认是不显示隐藏文件的,但是开发过程中有很多配置文件就是隐藏文件,因此我们需要开启Mac下的默认隐藏文件显示。在终端使用下面的命令即可完成切换:
//修改为默认显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool true
//修改为默认不显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool false
ppt.cc/fVjECx ppt.cc/fEnHsx ppt.cc/fRZTnx ppt.cc/fSZ3cx ppt.cc/fLOuCx ppt.cc/fE9Nux ppt.cc/fL5Kyx ppt.cc/fIr1ax ppt.cc/f71Yqx tecmint.com linuxcool.com linux.die.net linux.it.net.cn ostechnix.com unix.com ubuntugeek.com runoob.com man.linuxde.net ppt.cc/fwpCex ppt.cc/fxcLIx ppt.cc/foX6Ux linuxprobe.com linuxtechi.com howtoforge.com linuxstory.org systutorials.com ghacks.net linuxopsys.com ppt.cc/ffAGfx ppt.cc/fJbezx ppt.cc/fNIQDx ppt.cc/fCSllx ppt.cc/fybDVx ppt.cc/fIMQxx ppt.cc/fKlBax
为了系统保护,在Mac下默认是不显示隐藏文件的,但是开发过程中有很多配置文件就是隐藏文件,因此我们需要开启Mac下的默认隐藏文件显示。在终端使用下面的命令即可完成切换:
//修改为默认显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool true
//修改为默认不显示隐藏文件
defaults write com.apple.finder AppleShowAllFiles -bool false
No comments:
Post a Comment