mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-02 08:54:42 +00:00
Update cheatsheets
This commit is contained in:
@@ -14,8 +14,8 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Check if a directory is a mountpoint without showing any output:
|
||||
|
||||
`mountpoint -q {{path/to/directory}}`
|
||||
`mountpoint {{[-q|--quiet]}} {{path/to/directory}}`
|
||||
|
||||
- Show major/minor numbers of a mountpoint's filesystem:
|
||||
|
||||
`mountpoint --fs-devno {{path/to/directory}}`
|
||||
`mountpoint {{[-d|--fs-devno]}} {{path/to/directory}}`
|
||||
|
||||
Reference in New Issue
Block a user