我正在试着编辑我的.bash_profile,但它一直显示它被锁定了。如何解锁/编辑我的.bash_profile?
我试着这样做,但它不起作用。
sudo chown my_user_name ~/.bash_profile发布于 2014-03-21 04:39:21
试着这样做:
/usr/bin/sudo /bin/chmod u+rwx /Users/yourusername/.bash_profile
/usr/bin/sudo /usr/sbin/chown yourusername /Users/yourusername/.bash_profilehttps://stackoverflow.com/questions/22544202
复制相似问题