1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 10:15:24 +02:00

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:
`adduser --ingroup {{group}} {{username}}`
- Add an existing user to the specified group:
`adduser {{username}} {{group}}`