Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-16 00:22:46 +00:00
parent 494fa25437
commit c2565bdd4e
11 changed files with 37 additions and 25 deletions

View File

@@ -23,3 +23,7 @@ source: https://github.com/tldr-pages/tldr.git
- Remove a user, and all files owned by them:
`sudo deluser --remove-all-files {{username}}`
- Remove a user from a group, without deleting the user:
`sudo deluser {{username}} {{group}}`