php利用root权限执行shell脚本
摘要:
vi /etc/sudoers , 为apache用户赋予root权限,并且不需要密码,还有一步重要的修改(我被困扰的就是这个地方) root ALL=(ALL) ALL apache ALL=(ALL) NOPASSWD:ALL 还有一个地方需要注释掉 #Defaults requiretty 阅读全文
posted @ 2016-12-23 09:54 dongruiha 阅读(742) 评论(0) 推荐(0) 编辑