adduser: new example: add user to group (#3044)

This commit is contained in:
Marco D'Agostini
2019-05-21 08:51:06 -05:00
committed by Lucas Gabriel Schneider
parent f9bc161599
commit 7f317713a7

View File

@@ -21,3 +21,7 @@
- Create a new user belonging to the specified group: - Create a new user belonging to the specified group:
`adduser --ingroup {{group}} {{username}}` `adduser --ingroup {{group}} {{username}}`
- Add an existing user to the specified group:
`adduser {{username}} {{group}}`