1.显示隐藏文件:defaults write com.apple.Finder AppleShowAllFiles YES;KillAll Finder
不显示隐藏文件:defaults write com.apple.Finder AppleShowAllFiles NO;KillAll Finder
快捷键:command+shift+.
2.Mac下/usr/local目录默认是对于Finder是隐藏,如果需要到/usr/local下去,打开Finder,然后使用command+shift+G,在弹出的目录中填写/usr/local就可以了。
3.修改环境变量时,在/etc/profile对所有用户生效,~/.bash_profile只对当前用户生效。
网友评论