我可以在没有 ssh 访问权限的情况下在 PHP 中使用 shell_exec 或反引号吗?
我想使用 github 上的“接收后 URL”服务挂钩,但我没有 ssh 访问我的网络主机的权限。我在 how to do 上看到的示例这个。
所以我想知道我是否仍然能够运行 shell_exec 或 反引号 在 PHP 中,无需 ssh 访问。
I want to use the "Post-Receive URLs" Service Hook on github but I don't have ssh access to my web host. The example I saw on how to do this.
So I am wondering if I am still able to run shell_exec or backticks in PHP without having ssh access.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
仅当分配给网络服务器的用户具有足够的权限来运行该脚本时,PHP 才能执行该脚本。
PHP would be able to execute the script only if the user which is assigned to the webserver has sufficient permissions to run the script.