mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 14:51:22 +00:00
Update cheatsheets
This commit is contained in:
@@ -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}}`
|
||||
|
||||
Reference in New Issue
Block a user