【问题标题】:My .bash_profile is locked. How do I edit it? [closed]我的 .bash_profile 已锁定。我该如何编辑它? [关闭]
【发布时间】:2013-03-27 07:28:42
【问题描述】:

我对我的 Mac 上的这个区域有点陌生。我昨天做了我的 .bash_profile 没有任何问题。现在,当我打开它时,textedit 说它已锁定并且不允许我解锁它。我尝试使用 chmod 644 更改权限,但这没有帮助。

我在这里错过了什么?

【问题讨论】:

    标签: macos .bash-profile


    【解决方案1】:

    Cypress Frankenfeld 回答了这个问题

    Cannot edit bash_profile on Mac OsX [closed]

    sudo chown your_user_name ~/.bash_profile

    【讨论】:

      【解决方案2】:

      给自己该文件的写权限:

      /usr/bin/sudo /bin/chmod u+rwx /Users/yourusername/.bash_profile
      /usr/bin/sudo /usr/sbin/chown yourusername /Users/yourusername/.bash_profile
      

      【讨论】:

      • 我得到这个错误 chmod: /Users/duraiamuthan/.bash_profile: No such file or directory
      猜你喜欢
      • 2021-11-03
      • 2017-10-28
      • 2012-12-27
      • 2012-07-26
      • 2011-03-31
      • 2013-12-07
      • 2021-11-25
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多