I'm using 16.10 Ubuntu Gnome. When I try to use sudo
in command line, it says that I'm not in the sudoers
group, and "this incident will be reported".
What should I do?
I'm using 16.10 Ubuntu Gnome. When I try to use sudo
in command line, it says that I'm not in the sudoers
group, and "this incident will be reported".
What should I do?
Add yourself to the adm
group in /etc/group
by editing the file (logged in as root).
If you aren't root (which most people probably aren't), follow these steps: https://askubuntu.com/a/165248/595510.
e
and add the following kernel options: rdinit=/bin/sh
.
–
Nov 23 '16 at 15:08
root
privileges. to add yourself insudoers
you need root password and add yourself invisudo
. – Rahul Nov 23 '16 at 14:38