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