mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 17:15:23 +02:00
Update pages/linux/usermod.md
Co-authored-by: CleanMachine1 <78213164+CleanMachine1@users.noreply.github.com>
This commit is contained in:
parent
78415c2648
commit
39e40686ab
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
`sudo usermod {{[-aG|--append --groups]}} {{group1,group2,...}} {{username}}`
|
||||
|
||||
- Remove a user from supplementary groups:
|
||||
- Remove a user from specific groups:
|
||||
|
||||
`sudo usermod {{[-rG|--remove --groups]}} {{group1,group2,...}} {{username}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue