doc/documentation/manual-pages/ru/man1/lsvfs.1
Sergio Carlavilla Delgado 989d921f5d Migrate doc to Hugo/AsciiDoctor
I'm very pleased to announce the release of
our new website and documentation using
the new toolchain with Hugo and AsciiDoctor.

To get more information about the new toolchain
please read the FreeBSD Documentation Project Primer[1],
Hugo docs[2] and AsciiDoctor docs[3].

Acknowledgment:
Benedict Reuschling <bcr@>
Glen Barber <gjb@>
Hiroki Sato <hrs@>
Li-Wen Hsu <lwhsu@>
Sean Chittenden <seanc@>
The FreeBSD Foundation

[1] https://docs.FreeBSD.org/en/books/fdp-primer/
[2] https://gohugo.io/documentation/
[3] https://docs.asciidoctor.org/home/

Approved by:    doceng, core
2021-01-26 00:31:29 +01:00

54 lines
1.1 KiB
Groff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.\" %FreeBSD: src/usr.bin/lsvfs/lsvfs.1,v 1.13 2005/01/24 20:06:16 charnier Exp %
.\" $FreeBSDru: frdp/doc/ru_RU.KOI8-R/man/man1/lsvfs.1,v 1.1 2006/12/13 21:03:58 ru Exp $
.\" $FreeBSD$
.\" Garrett A. Wollman, September 1994
.\" This file is in the public domain.
.\"
.Dd 16 марта 1995
.Dt LSVFS 1
.Os
.Sh НАЗВАНИЕ
.Nm lsvfs
.Nd вывести список установленных виртуальных файловых систем
.Sh СИНТАКСИС
.Nm
.Op Ar вирт_фc Ar ...
.Sh ОПИСАНИЕ
Команда
.Nm
выводит информацию о загруженных в настоящий момент модулях виртуальных
файловых систем.
Если указаны аргументы
.Ar вирт_фс ,
то
.Nm
выводит информацию о соответствующих модулях VFS.
Иначе
.Nm
выводит список всех загруженных в настоящий момент модулей.
Информация включает в себя:
.Pp
.Bl -tag -compact -width Filesystem
.It Filesystem
имя файловой системы, соответствующее параметру
.Ar type
в
.Xr mount 2
и опции
.Fl t
в
.Xr mount 8
.It Refs
количество ссылок к данной VFS; другими словами, количество
смонтированных в настоящий момент файловых систем данного типа
.It Flags
битовые флаги.
.El
.Sh СМОТРИ ТАКЖЕ
.Xr mount 2 ,
.Xr mount 8
.Sh ИСТОРИЯ
Команда
.Nm
появилась во
.Fx 2.0 .