Skip to content

Instantly share code, notes, and snippets.

@akinLiu
Created December 18, 2012 07:47
Show Gist options
  • Save akinLiu/4325913 to your computer and use it in GitHub Desktop.
Save akinLiu/4325913 to your computer and use it in GitHub Desktop.
显示 隐藏 mac osx 系统文件
//显示系统文件
defaults write com.apple.finder AppleShowAllFiles -bool true
KillAll Finder
//隐藏系统文件
defaults write com.apple.finder AppleShowAllFiles -bool false
KillAll Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment