adduser: new example: add user to group (#3044)
This commit is contained in:

committed by
Lucas Gabriel Schneider

parent
f9bc161599
commit
7f317713a7
@@ -21,3 +21,7 @@
|
||||
- Create a new user belonging to the specified group:
|
||||
|
||||
`adduser --ingroup {{group}} {{username}}`
|
||||
|
||||
- Add an existing user to the specified group:
|
||||
|
||||
`adduser {{username}} {{group}}`
|
||||
|
Reference in New Issue
Block a user