mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 15:15:46 +02:00
commit
f701fc6cc9
2 changed files with 14 additions and 0 deletions
7
pages/common/userdel.md
Normal file
7
pages/common/userdel.md
Normal 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
7
pages/linux/userdel.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# userdel
|
||||||
|
|
||||||
|
> Remove a user
|
||||||
|
|
||||||
|
- Remove a user and their home directory
|
||||||
|
|
||||||
|
`userdel -r {{name}}`
|
Loading…
Add table
Reference in a new issue