dtueufe82643 2013-08-21 23:27
浏览 56
已采纳

如何从php文件在Linux中执行终端脚本

So I am sorry if I mess up the names a little. I am still pretty new to linux.

I setup a headless raspberry pi webserver. I installed TightVNC Server on it so I could remote in but for the life of me I can't get the damn server to start when my pi reboots.

My work around to this is to have a php script that I can call from the web that executes a terminal script that starts TightVNC. I don't know if it's called terminal script or not but in windows its called a bat file.

Do php files have this permission? If so what is the php command to execute this file?

  • 写回答

1条回答 默认 最新

  • duaabhuv188411 2013-08-22 00:17
    关注

    To run a shell command with PHP, use shell_exec. It will run as the web user (say, www for Apache), so that user will need to have appropriate permissions. You could, of course, use sudo to get around that - but that is extremely insecure and a very, very bad idea.

    So if you had, e.g. a shell script called shellscript.sh sitting on yoru server, and you've written it to do whatever you need it to do, you could run it in php with:

    shell_exec('sh path/to/shellscript.sh')
    

    However - I'm not sure I correctly understand what you're trying to do, but it seems to me this is a hacky, very inefficient way to go about things, and it's very likely there is a much smoother solution. Even so, good luck.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 求帮我调试一下freefem代码
  • ¥15 R语言Rstudio突然无法启动
  • ¥15 关于#matlab#的问题:提取2个图像的变量作为另外一个图像像元的移动量,计算新的位置创建新的图像并提取第二个图像的变量到新的图像
  • ¥15 改算法,照着压缩包里边,参考其他代码封装的格式 写到main函数里
  • ¥15 用windows做服务的同志有吗
  • ¥60 求一个简单的网页(标签-安全|关键词-上传)
  • ¥35 lstm时间序列共享单车预测,loss值优化,参数优化算法
  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图