mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 18:52:17 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,8 +15,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Remove a user in other root directory:
|
||||
|
||||
`sudo userdel {{-R|--root}} {{path/to/other/root}} {{username}}`
|
||||
`sudo userdel {{[-R|--root]}} {{path/to/other/root}} {{username}}`
|
||||
|
||||
- Remove a user along with the home directory and mail spool:
|
||||
|
||||
`sudo userdel {{-r|--remove}} {{username}}`
|
||||
`sudo userdel {{[-r|--remove]}} {{username}}`
|
||||
|
||||
Reference in New Issue
Block a user