Guest User

Untitled

a guest
Sep 24th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. sudo nano -w /etc/sudoers
  2.  
  3. %sudo ALL=(ALL) ALL
  4.  
  5. %sudo ALL=(ALL) NOPASSWD:ALL
  6.  
  7. %sudo ALL=(ALL:ALL) NOPASSWD:ALL
  8.  
  9. #
  10. # This file MUST be edited with the 'visudo' command as root.
  11. #
  12. # Please consider adding local content in /etc/sudoers.d/ instead of
  13. # directly modifying this file.
  14. #
  15. # See the man page for details on how to write a sudoers file.
  16. #
  17. Defaults env_reset, timestamp_timeout=120
  18. Defaults mail_badpass
  19. Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:$
  20.  
  21. # Host alias specification
  22.  
  23. # User alias specification
  24.  
  25. # Cmnd alias specification
  26.  
  27. # User privilege specification
  28.  
  29. sudo su
Add Comment
Please, Sign In to add comment