doulieyu0881 2011-03-13 23:07
浏览 215
已采纳

PHP:运行shell_exec或系统作为sudo?

I have a few commands I need to invoke from my PHP web application that can only run as sudo.

http://php.net/manual/en/function.shell-exec.php says (in the comments) that I can do the following:

system('echo <password> | sudo -u root -S <command>');

It doesn't work. I'm trying to do a groupadd, useradd, etc. Suggestions?

  • 写回答

2条回答 默认 最新

  • douquan2023 2011-03-13 23:16
    关注

    To add a user to the sudo list and have it not prompt for a password for a certain program... edit your /etc/sudoers file as such:

    Cmnd_Alias BUNDLE = /usr/bin/bundle
    
    deploy  ALL=(ALL) NOPASSWD:BUNDLE
    

    Where deploy is the username and /usr/bin/bundle is the path the program that I want to access without password.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 保护模式-系统加载-段寄存器
  • ¥15 matlab求解平差
  • ¥15 电脑桌面设定一个区域禁止鼠标操作
  • ¥15 求NPF226060磁芯的详细资料
  • ¥15 使用R语言marginaleffects包进行边际效应图绘制
  • ¥20 usb设备兼容性问题
  • ¥15 错误(10048): “调用exui内部功能”库命令的参数“参数4”不能接受空数据。怎么解决啊
  • ¥15 安装svn网络有问题怎么办
  • ¥15 vue2登录调用后端接口如何实现
  • ¥85 永磁型步进电机PID算法