Guest User

Untitled

a guest
Jun 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. if you want to exec in PHP, you check SELinux and visudo.
  2.  
  3. visudo has requiretty setting.
  4. You want to run shell_exec by cron, you change visudo.
  5.  
  6. ```/etc/sudoers
  7. Defaults requiretty
  8. #Defaults requiretty
  9. ```
Add Comment
Please, Sign In to add comment