1. vim /etc/group 2. Could not find "admin" group 3. adm:x:4:MYUSERNAME << added it here, because I assume this is "admin" 4. quit the vim editor...and tried it under my username...and it DOESNT WORK!
| ||||
|
feedback
|
|
The "adm" group is not the same as the "admin" group. Also, you should never edit /etc/group by hand. If you mess something up, you can end up with a broken system. The easiest command for adding someone to a group is like this:
If you're trying to give someone sudo-rights, can also just run
If you want to give sudo-rights to everyone in the "adm" group, you can do something like this
| |||||
feedback
|