Update cheatsheets

This commit is contained in:
ivuorinen
2024-10-24 00:17:29 +00:00
parent 84e267fb89
commit c61ed984a6
5 changed files with 16 additions and 16 deletions

View File

@@ -15,8 +15,8 @@ source: https://github.com/tldr-pages/tldr.git
- Remove a user in other root directory:
`sudo userdel --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 --remove {{username}}`
`sudo userdel {{-r|--remove}} {{username}}`