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 神经网络怎么把隐含层变量融合到损失函数中?
  • ¥30 自适应 LMS 算法实现 FIR 最佳维纳滤波器matlab方案
  • ¥15 lingo18勾选global solver求解使用的算法
  • ¥15 全部备份安卓app数据包括密码,可以复制到另一手机上运行
  • ¥15 Python3.5 相关代码写作
  • ¥20 测距传感器数据手册i2c
  • ¥15 RPA正常跑,cmd输入cookies跑不出来
  • ¥15 求帮我调试一下freefem代码
  • ¥15 matlab代码解决,怎么运行
  • ¥15 R语言Rstudio突然无法启动