mirror of
https://github.com/onceupon/Bash-Oneliner.git
synced 2024-11-26 06:17:01 +00:00
add system
Add user to a group (e.g add user 'nice' to the group 'docker', so that he can run docker without sudo)
This commit is contained in:
parent
0a13585697
commit
2a299e123e
@ -1835,4 +1835,9 @@ users
|
|||||||
```bash
|
```bash
|
||||||
w
|
w
|
||||||
```
|
```
|
||||||
|
##### Add user to a group (e.g add user 'nice' to the group 'docker', so that he can run docker without sudo)
|
||||||
|
```bash
|
||||||
|
sudo gpasswd -a nice docker
|
||||||
|
```
|
||||||
|
|
||||||
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
=-=-=-=-=-A lot more coming!! =-=-=-=-=-=-=-=-=-=waitwait-=-=-=-=-=-=-=-=-=-
|
||||||
|
Loading…
Reference in New Issue
Block a user