Update cheatsheets

This commit is contained in:
ivuorinen
2025-05-15 00:18:48 +00:00
parent 4cc9cba549
commit 704fdbe29d
8 changed files with 90 additions and 1 deletions

View File

@@ -15,3 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
- List all partitions in a table, including current mountpoints:
`sudo blkid {{[-o|--output]}} list`
- Get the UUID of the filesystem on a partition:
`blkid {{[-s|--match-tag]}} UUID {{[-o|--output]}} value {{/dev/sdXY}}`