Skip to content

Instantly share code, notes, and snippets.

Created July 22, 2013 17:54
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save anonymous/6056001 to your computer and use it in GitHub Desktop.
username@tv:~$ cat /etc/issue
Ubuntu 11.10 \n \l
username@tv:~$ sudo ls -l
[sudo] password for username:
username is not in the sudoers file. This incident will be reported.
root@tv:/home/username# fgrep username /etc/group
sudo:x:27:username
admin:x:118:othername,username
username:x:1001:
root@tv:/home/username# cat /etc/sudoers
#
# This file MUST be edited with the 'visudo' command as root.
#
# Please consider adding local content in /etc/sudoers.d/ instead of
# directly modifying this file.
#
# See the man page for details on how to write a sudoers file.
#
Defaults env_reset
Defaults env_keep += "EDITOR"
# Host alias specification
# User alias specification
# Cmnd alias specification
# User privilege specification
root ALL=(ALL:ALL) ALL
# Members of the admin group may gain root privileges
%admin ALL=(ALL) ALL
# Allow members of group sudo to execute any command
%sudo ALL=(ALL:ALL) ALL
#includedir /etc/sudoers.d
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment