我可以在没有 ssh 访问权限的情况下在 PHP 中使用 shell_exec 或反引号吗?

发布于 2024-11-07 14:09:42 字数 344 浏览 0 评论 0原文

我想使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

许久 2024-11-14 14:09:42

仅当分配给网络服务器的用户具有足够的权限来运行该脚本时,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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文