MacOS Shell

前端之家收集整理的这篇文章主要介绍了MacOS Shell前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
// 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
原文链接:https://www.f2er.com/bash/390977.html

猜你在找的Bash相关文章