tldr/pages/linux/userdel.md

8 lines
94 B
Markdown

# userdel
> Remove a user.
- Remove a user and their home directory:
`userdel -r {{name}}`