Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -22,7 +22,7 @@ source: https://github.com/tldr-pages/tldr.git
- Find filesystems in specific type:
`findmnt -t {{ext4}}`
`findmnt {{[-t|--types]}} {{ext4}}`
- Find filesystems with specific label:
@@ -30,4 +30,4 @@ source: https://github.com/tldr-pages/tldr.git
- Check mount table content in detail and verify `/etc/fstab`:
`findmnt --verify --verbose`
`findmnt {{[-x|--verify]}} --verbose`