os x 一些常用命令

du -a    //显示目录下所有文件、及大小

du -sh  //显示当前文件的大小

重置管理员密码

开机按住command+S,进入单用户模式

执行/sbin/mount -uaw

      rm /var/db/.AppleSetupDone

      reboot

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

隐藏: defaults write com.apple.finder AppleShowAllFiles -bool false

原文地址:https://www.cnblogs.com/qingjoin/p/2598802.html