mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 01:18:00 +01:00
15 lines
253 B
Markdown
15 lines
253 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}}`
|