1 # /etc/sudoers 2 # 3 # This file MUST be edited with the 'visudo' command as root. 4 # 5 # See the man page for details on how to write a sudoers file. 6 # 7 8 Defaults env_reset 9 10 # Host alias specification 11 12 # User alias specification 13 14 # Cmnd alias specification 15 16 # User privilege specification 17 root ALL=(ALL) ALL 18 19 # Uncomment to allow members of group sudo to not need a password 20 # (Note that later entries override this, so you might need to move 21 # it further down) 22 # %sudo ALL=NOPASSWD: ALL 23 24 # Members of the admin group may gain root privileges 25 %admin ALL=(ALL) NOPASSWD: ALL