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:
parent
f9bc161599
commit
7f317713a7
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue