summaryrefslogtreecommitdiffstats
path: root/usr.bin/lsvfs/lsvfs.1
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-09-22 01:25:57 +0000
committerwollman <wollman@FreeBSD.org>1994-09-22 01:25:57 +0000
commit5d3abfe67897908c0cdd71c81918db7588913aa6 (patch)
tree6af75fd17b8ed91d3cab334f77782313ddcbf621 /usr.bin/lsvfs/lsvfs.1
parente45f1435202cb2bf1c3a97dfc122d11155b5925a (diff)
downloadFreeBSD-src-5d3abfe67897908c0cdd71c81918db7588913aa6.zip
FreeBSD-src-5d3abfe67897908c0cdd71c81918db7588913aa6.tar.gz
Added lsvfs command to show loaded VFS modules (including statically-linked
ones).
Diffstat (limited to 'usr.bin/lsvfs/lsvfs.1')
-rw-r--r--usr.bin/lsvfs/lsvfs.153
1 files changed, 53 insertions, 0 deletions
diff --git a/usr.bin/lsvfs/lsvfs.1 b/usr.bin/lsvfs/lsvfs.1
new file mode 100644
index 0000000..03a1139
--- /dev/null
+++ b/usr.bin/lsvfs/lsvfs.1
@@ -0,0 +1,53 @@
+.\" $Id$
+.\" Garrett A. Wollman, September 1994
+.\" This file is in the public domain.
+.\"
+.Dd September 21, 1994
+.Dt LSVFS 1
+.Os
+.Sh NAME
+.Nm lsvfs
+.Nd list installed virtual file systems
+.Sh SYNOPSIS
+.Nm lsvfs
+.Op Ar vfsname Ar ...
+.Sh DESCRIPTION
+The
+.Nm lsvfs
+command lists information about the currently loaded virtual filesystem
+modules. When
+.Ar vfsname
+arguments are given,
+.Nm lsvfs
+lists information about the specified VFS modules. Otherwise,
+.Nm lsvfs
+lists all currently loaded modules.
+The information is as follows:
+.Pp
+.Bl -tag -compact -width Filesystem
+.It Filesystem
+the name of the filesystem, as would be used in the
+.Fl t
+option to
+.Xr mount 8
+.It Index
+the kernel filesystem switch slot number for this filesystem, as would be
+used in the
+.Ar type
+parameter to
+.Xr mount 2
+.It Refs
+the number of references to this VFS; i.e., the number of currently
+mounted filesystems of this type
+.It Flags
+flag bits (none are currently defined).
+.El
+.Sh SEE ALSO
+.Xr mount 2 ,
+.Xr mount 8
+.Sh HISTORY
+A
+.Nm
+comand appeared in
+.Tn FreeBSD
+2.0.
OpenPOWER on IntegriCloud