gpt4 book ai didi

php - 从网站运行 shell 脚本

转载 作者:太空宇宙 更新时间:2023-11-04 12:32:18 24 4
gpt4 key购买 nike

我需要从 php 驱动的网站运行 shell 脚本。我在我的脚本上设置了执行权限。

chmod +x AppRaspberry.exe

这是我的脚本。

#!/bin/bash
/home/pi/program/Debug/AppRaspberry.exe start

我的网站和 c# 应用程序在 raspberry pi 3 上。一切的想法是当用户准备好在他的设置上进行配置以运行 c# 应用程序并从 MySQL 数据库读取用户设置。我使用此代码来运行脚本,但它不起作用,因此尝试使用 shell exec,但我的 php 无法识别此方法。

if (!empty($_POST['start']))
{
exec("/home/pi/script/start.sh");
}

最佳答案

是 shell_exec 不是 schell_exec

关于php - 从网站运行 shell 脚本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42977034/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com