M BUZZ CRAZE NEWS
// general

Can't use the sudo command, not in sudoers! [duplicate]

By David Jones

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?

2

1 Answer

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: .

8