corrected error in usermod cmd

This commit is contained in:
jodobear 2020-06-17 04:17:25 +02:00
parent 052bade039
commit d435edb1cb

View File

@ -26,7 +26,7 @@ Type the commands without `$` or `#`
``` ```
$ su - # enter root. It will ask you for the root password. $ su - # enter root. It will ask you for the root password.
# apt-get install sudo # check if sudo is installed. # apt-get install sudo # check if sudo is installed.
# usermod -aG <username> sudo # add user to the sudoers list # usermod -aG sudo <username> # add user to the sudoers list
# reboot # reboot computer # reboot # reboot computer
``` ```