mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-29 02:22:43 +00:00
1130b656e5
This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
56 lines
1.0 KiB
Groff
56 lines
1.0 KiB
Groff
.\" $FreeBSD$
|
|
.\" Garrett A. Wollman, September 1994
|
|
.\" This file is in the public domain.
|
|
.\"
|
|
.Dd March 16, 1995
|
|
.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 (only
|
|
.Dq static
|
|
is currently defined).
|
|
.El
|
|
.Sh SEE ALSO
|
|
.Xr mount 2 ,
|
|
.Xr mount 8
|
|
.Sh HISTORY
|
|
A
|
|
.Nm
|
|
command appeared in
|
|
.Tn FreeBSD
|
|
2.0.
|