1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-09 23:33:41 +02:00

Added userdel to linux

This commit is contained in:
Ruben Vereecken 2014-03-24 00:57:36 +01:00
parent 84be2a73d1
commit 3e3a8a359c
2 changed files with 14 additions and 0 deletions

7
pages/common/userdel.md Normal file
View file

@ -0,0 +1,7 @@
# userdel
> Remove a user
- Remove a user and their home directory
`userdel -r {{name}}`

7
pages/linux/userdel.md Normal file
View file

@ -0,0 +1,7 @@
# userdel
> Remove a user
- Remove a user and their home directory
`userdel -r {{name}}`