Skip to content

Commit 81270f8

Browse files
Update ubuntu.md
1 parent db2ced2 commit 81270f8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/ubuntu.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,14 @@ sudo apt update && sudo apt dist-upgrade
8585
sudo sed -i 's/#$nrconf{restart} = '"'"'i'"'"';/$nrconf{restart} = '"'"'a'"'"';/g' /etc/needrestart/needrestart.conf
8686
```
8787

88+
## [User Groups][5]
89+
90+
```shell
91+
usermod -a -G adm,cdrom,lpadmin,sudo,sambashare,dip,plugdev nicholas
92+
```
93+
8894
[1]: <https://fedingo.com/how-to-remove-snap-in-ubuntu/>
8995
[2]: <https://stackoverflow.com/questions/73034540>
9096
[3]: <https://veducate.co.uk/ubuntu-apt-update-fails/>
9197
[4]: <https://askubuntu.com/a/1421221/344358>
98+
[5]: <https://askubuntu.com/a/1381087>

0 commit comments

Comments
 (0)