summaryrefslogtreecommitdiffstats
path: root/misc-utils/findmnt.8
diff options
context:
space:
mode:
authorKarel Zak2012-01-20 12:47:15 +0100
committerKarel Zak2012-01-20 12:47:15 +0100
commitc0d2c6e11c681b6320755970d23d5638d6c16d81 (patch)
tree269f19067747e839af203e7399563d641a736782 /misc-utils/findmnt.8
parentfindmnt: revert --fstab behavior, add --tab-file option (diff)
downloadkernel-qcow2-util-linux-c0d2c6e11c681b6320755970d23d5638d6c16d81.tar.gz
kernel-qcow2-util-linux-c0d2c6e11c681b6320755970d23d5638d6c16d81.tar.xz
kernel-qcow2-util-linux-c0d2c6e11c681b6320755970d23d5638d6c16d81.zip
findmnt: add note about LIBMOUNT_* env.variables
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/findmnt.8')
-rw-r--r--misc-utils/findmnt.87
1 files changed, 7 insertions, 0 deletions
diff --git a/misc-utils/findmnt.8 b/misc-utils/findmnt.8
index cd2c47c8c..4345af35c 100644
--- a/misc-utils/findmnt.8
+++ b/misc-utils/findmnt.8
@@ -189,6 +189,13 @@ Monitors mount, umount, remount and move on /mnt/foo.
Waits for /mnt/foo umount.
.IP "\fBfindmnt --poll=remount -t ext3 -O ro\fP"
Monitors remounts to read-only mode on all ext3 filesystems.
+.SH ENVIRONMENT
+.IP LIBMOUNT_FSTAB=<path>
+overrides the default location of the fstab file
+.IP LIBMOUNT_MTAB=<path>
+overrides the default location of the mtab file
+.IP LIBMOUNT_DEBUG=0xffff
+enables debug output
.SH AUTHORS
.nf
Karel Zak <kzak@redhat.com>