From 1a399e295cc1551f296e2e1bd994cd66e582fcd6 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Fri, 27 Sep 2024 09:02:41 +0300 Subject: [PATCH] df: add filesystem type command (#13847) --- pages/linux/df.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/df.md b/pages/linux/df.md index 7df56df4ad..50ed7e660f 100644 --- a/pages/linux/df.md +++ b/pages/linux/df.md @@ -22,3 +22,7 @@ - Display filesystems but exclude the specified types: `df -x {{squashfs}} -x {{tmpfs}}` + +- Display filesystem types: + +`df -T`