I started to receive a message
dims is not in the sudoers file. This incident will be reported.
about myself.
How could this happen?
The suspicious command I made was creating group "advanced" and adding myself to it.
addgroup advanced
usermod -G advanced dims
Could this break my sudo rights?
groups
command output, this will printdims
groups. – Lety Oct 19 '14 at 18:40usermod
and useadduser
:adduser <username> <groupname>
. – muru Oct 21 '14 at 12:34