Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对我的 Mac 上的这个区域有点陌生。我昨天做了我的 .bash_profile 没有任何问题。现在,当我打开它时,textedit 说它已锁定并且不允许我解锁它。我尝试使用 chmod 644 更改权限,但这没有帮助。
我在这里想念什么?
给自己该文件的写权限:
/usr/bin/sudo /bin/chmod u+rwx /Users/yourusername/.bash_profile /usr/bin/sudo /usr/sbin/chown yourusername /Users/yourusername/.bash_profile
赛普拉斯弗兰肯菲尔德回答了这个问题
无法在 Mac OsX 上编辑 bash_profile [关闭]
sudo chown your_user_name ~/.bash_profile