deluser, userdel: add page (#5245)

This commit is contained in:
Mateusz Soszyński
2021-02-07 20:05:03 +01:00
committed by GitHub
parent a810ca72d7
commit 7dcdcea28c
3 changed files with 38 additions and 18 deletions

View File

@@ -1,15 +0,0 @@
# 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}}`