我正在尝试编辑我的.bash_profile并且一直说它被锁定了。如何解锁/编辑我的.bash_profile?
我尝试过这样做,但它没有用。
sudo chown my_user_name ~/.bash_profile
答案 0 :(得分:0)
尝试这样做:
/usr/bin/sudo /bin/chmod u+rwx /Users/yourusername/.bash_profile
/usr/bin/sudo /usr/sbin/chown yourusername /Users/yourusername/.bash_profile