我的.bash_profile已被锁定.我该如何编辑?

PWi*_*gin 5 macos .bash-profile

我在Mac上对这个区域有点新意.我昨天做了.bash_profile没有任何问题.现在,当我打开它时,textedit说它被锁定了,不让我解锁它.我尝试使用chmod 644来更改权限,但这没有帮助.

我在这里错过了什么?

The*_*ook 10

给自己写该文件的权限:

/usr/bin/sudo /bin/chmod u+rwx /Users/yourusername/.bash_profile
/usr/bin/sudo /usr/sbin/chown yourusername /Users/yourusername/.bash_profile
Run Code Online (Sandbox Code Playgroud)