www-data 不能执行 shell_exec soffice --convert-to

前端之家收集整理的这篇文章主要介绍了www-data 不能执行 shell_exec soffice --convert-to前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
  1. su
  2. chmod u+w /etc/sudoers
  3. vim /etc/sudoers
  4. root ALL=(ALL:ALL) ALL
    www-data ALL=(ALL) NOPASSWD:ALL
  5. chmod u-w /etc/sudoers
原文链接:https://www.f2er.com/bash/391309.html

猜你在找的Bash相关文章