【问题标题】:How to run Zend Studio Remote Systems SSH using sudo bash如何使用 sudo bash 运行 Zend Studio 远程系统 SSH
【发布时间】:2013-04-04 09:54:47
【问题描述】:

在常规 SSH 中,我可以使用密码“pwd”作为用户“foobar”登录,然后输入 sudo bash 和相同的密码“pwd”来执行超级用户活动。

我使用远程系统 SSH 访问为同一 SSH 服务器设置了 Zend Studio 工作区,并以用户“foobar”和密码“pwd”登录。

然后我怎样才能访问项目树?我得到的错误是:“操作失败。安全违规”。如何在 Zend Studio 中使用密码“pwd”执行 sudo bash 以浏览 svn 存储库树,就像我以“root”身份登录并使用密码“thepwd”一样?

【问题讨论】:

    标签: bash zend-framework ssh sudo zend-studio


    【解决方案1】:

    更改该目录及其子目录的权限,使其可供用户 foobar 使用

    sudo chmod u+rwx -R <directory>
    

    【讨论】:

      猜你喜欢
      • 2018-04-07
      • 2017-05-15
      • 2011-01-31
      • 2019-03-19
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-02-15
      • 1970-01-01
      相关资源
      最近更新 更多