mountpoint.1

来自「sysvinit--linux系统下的init」· 1 代码 · 共 38 行

1
38
字号
.TH MOUNTPOINT 8 "Mar 15, 2004" "" "Linux System Administrator's Manual".SH NAMEmountpoint \- see if a directory is a mountpoint.SH SYNOPSIS.B /bin/mountpoint.RB [ \-q ].RB [ \-d ].I /path/to/directory.br.B /bin/mountpoint.RB \-x.I /dev/device.SH DESCRIPTION\fBMountpoint\fP checks if the directory is a mountpoint..SH OPTIONS.IP \fB\-q\fPBe quiet - don't print anything..IP \fB\-d\fPPrint major/minor device number of the filesystem on stdout..IP \fB\-x\fPPrint major/minor device number of the blockdevice on stdout..SH EXIT STATUSZero if the directory is a mountpoint, non-zero if not..SH NOTESSymbolic links are not followed, except when the \fB-x\fP option isused. To force following symlinks, add a trailing slash to thepath of the directory..PPThe name of the command is misleading when the -x option is used,but the option is useful for comparing if a directory and a devicematch up, and there is no other command that can print the info easily..PP.SH AUTHORMiquel van Smoorenburg, miquels@cistron.nl.SH "SEE ALSO".BR stat (1)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?