mac 常用命令

显示隐藏文件

  • 显示文件夹 : defaults write com.apple.finder AppleShowAllFiles -bool true
  • 隐藏 文件夹:defaults write com.apple.finder AppleShowAllFiles -bool false

给文件开权限.

  • sudo chmod -R 0777 file_url //file_url 为文件路径

查看当前用户数/组.

  • dscl . -list /Users //查看用户

  • decl . -list /Group //查看群组

  • dscl . -list /Groups GroupMembership //查看用户对应的群组关系.

  • whoami //查看当前用户