// Finder显示当前路径
defaults write com.apple.finder _FXShowPosixPathInTitle -bool TRUE;killall Finder
// Finder不显示当前路径
defaults delete com.apple.finder _FXShowPosixPathInTitle;killall Finder
// 允许安装任何软件
sudo spctl --master-disable
// 关闭root
Csrutil disable
// 打开root
Csrutil enable