df: add filesystem type command (#13847)

This commit is contained in:
Managor
2024-09-27 09:02:41 +03:00
committed by GitHub
parent fcbbb762dd
commit 1a399e295c

View File

@@ -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`