mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
15 lines
248 B
Markdown
15 lines
248 B
Markdown
![]() |
# deluser
|
||
|
|
||
|
> Remove a user account or remove a user from a group
|
||
|
|
||
|
- Remove a user
|
||
|
|
||
|
`deluser {{name}}`
|
||
|
|
||
|
- Remove a user along with their home directory and mail spool
|
||
|
|
||
|
`deluser -r {{name}}`
|
||
|
|
||
|
- Remove a user from a group
|
||
|
|
||
|
`deluser {{name}} {{group}}`
|