From bef18ce2d3c7bb46b23dbfe1d0176c243171ec69 Mon Sep 17 00:00:00 2001 From: vanvuvuong Date: Mon, 4 Nov 2024 15:27:52 +0700 Subject: [PATCH] add findmnt example --- pages/linux/findmnt.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/findmnt.md b/pages/linux/findmnt.md index d475e5df6b55c..b87b443f9a3de 100644 --- a/pages/linux/findmnt.md +++ b/pages/linux/findmnt.md @@ -22,3 +22,7 @@ - Find filesystems with specific label: `findmnt LABEL={{BigStorage}}` + +- Check mount table content with detail (default is to verify `/etc/fstab`): + +`findmnt --verify --verbose`