mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-06 23:46:22 +00:00
corrected error in usermod cmd
This commit is contained in:
parent
052bade039
commit
d435edb1cb
@ -26,7 +26,7 @@ Type the commands without `$` or `#`
|
||||
```
|
||||
$ su - # enter root. It will ask you for the root password.
|
||||
# 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
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user