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:
onceupon 2017-06-16 17:29:19 +08:00 committed by GitHub
parent 0a13585697
commit 2a299e123e

View File

@ -1835,4 +1835,9 @@ users
```bash
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-=-=-=-=-=-=-=-=-=-