mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 20:15:43 +02:00
df: add filesystem type command (#13847)
This commit is contained in:
parent
fcbbb762dd
commit
1a399e295c
1 changed files with 4 additions and 0 deletions
|
@ -22,3 +22,7 @@
|
||||||
- Display filesystems but exclude the specified types:
|
- Display filesystems but exclude the specified types:
|
||||||
|
|
||||||
`df -x {{squashfs}} -x {{tmpfs}}`
|
`df -x {{squashfs}} -x {{tmpfs}}`
|
||||||
|
|
||||||
|
- Display filesystem types:
|
||||||
|
|
||||||
|
`df -T`
|
||||||
|
|
Loading…
Add table
Reference in a new issue