onsdag 4 mars 2015

Linux Bash - add normal user to root group - usermod -a -G root username

To add a user to the group root you should run (as root):
usermod -a -G root username

Inga kommentarer: