Update cheatsheets

This commit is contained in:
ivuorinen
2026-01-20 00:21:53 +00:00
parent 01e38ccf44
commit 60190f32c7
13 changed files with 104 additions and 8 deletions

View File

@@ -15,3 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- Create an ext4 filesystem with a volume-label:
`sudo mkfs.ext4 -L {{volume_label}} {{/dev/sdXY}}`
- Create an ext4 filesystem owned by a specific user and group:
`sudo mkfs.ext4 -E root_owner={{uid}}:{{gid}} {{/dev/sdXY}}`