osx - My .bash_profile is locked. How do I edit it? -
i'm bit new area on mac. made .bash_profile yesterday without problems. when open it, textedit says it's locked , not let me unlock it. tried using chmod 644 change permissions, didn't help.
what missing here?
give write permissions file:
/usr/bin/sudo /bin/chmod u+rwx /users/yourusername/.bash_profile /usr/bin/sudo /usr/sbin/chown yourusername /users/yourusername/.bash_profile
Comments
Post a Comment