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