summaryrefslogtreecommitdiff
path: root/usr/src/man/man1m/fuser.1m
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man1m/fuser.1m')
-rw-r--r--usr/src/man/man1m/fuser.1m43
1 files changed, 7 insertions, 36 deletions
diff --git a/usr/src/man/man1m/fuser.1m b/usr/src/man/man1m/fuser.1m
index 243e5b323e..66f371e2c8 100644
--- a/usr/src/man/man1m/fuser.1m
+++ b/usr/src/man/man1m/fuser.1m
@@ -3,13 +3,13 @@
.\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
.\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
.\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH fuser 1M "21 Oct 2003" "SunOS 5.11" "System Administration Commands"
+.TH FUSER 1M "Oct 21, 2003"
.SH NAME
fuser \- identify users of files and devices
.SH SYNOPSIS
.LP
.nf
-\fB/usr/sbin/fuser\fR [\fB-c\fR | \fB-d\fR | \fB-f\fR] [\fB-nu\fR] [\fB-k\fR | \fB-s\fR \fIsig\fR] \fIfiles\fR
+\fB/usr/sbin/fuser\fR [\fB-c\fR | \fB-d\fR | \fB-f\fR] [\fB-nu\fR] [\fB-k\fR | \fB-s\fR \fIsig\fR] \fIfiles\fR
[ [\fB- \fR] [\fB-c\fR | \fB-d\fR | \fB-f\fR] [\fB-nu\fR] [\fB-k\fR | \fB-s\fR \fIsig\fR] \fIfiles\fR] ...
.fi
@@ -24,80 +24,66 @@ Each process \fBID\fR is followed by a letter code. These letter codes are
interpreted as follows. If the process is using the file as
.sp
.ne 2
-.mk
.na
\fB\fBc\fR\fR
.ad
.RS 5n
-.rt
Indicates that the process is using the file as its current directory.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBm\fR\fR
.ad
.RS 5n
-.rt
Indicates that the process is using a file mapped with \fBmmap\fR(2). See
\fBmmap\fR(2) for details.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBn\fR\fR
.ad
.RS 5n
-.rt
Indicates that the process is holding a non-blocking mandatory lock on the
file.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBo\fR\fR
.ad
.RS 5n
-.rt
Indicates that the process is using the file as an open file.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBr\fR\fR
.ad
.RS 5n
-.rt
Indicates that the process is using the file as its root directory.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBt\fR\fR
.ad
.RS 5n
-.rt
Indicates that the process is using the file as its text file.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBy\fR\fR
.ad
.RS 5n
-.rt
Indicates that the process is using the file as its controlling terminal.
.RE
@@ -143,24 +129,20 @@ process.
The following options are supported:
.sp
.ne 2
-.mk
.na
\fB\fB-c\fR\fR
.ad
.RS 10n
-.rt
Reports on files that are mount points for file systems, and any files within
that mounted file system.
.RE
.sp
.ne 2
-.mk
.na
\fB\fB-d\fR\fR
.ad
.RS 10n
-.rt
Report device usage information for all minor nodes bound to the same device
node as the specified minor node. This option does not report file usage for
files within a mounted file system.
@@ -168,23 +150,19 @@ files within a mounted file system.
.sp
.ne 2
-.mk
.na
\fB\fB-f\fR\fR
.ad
.RS 10n
-.rt
Prints a report for the named file, not for files within a mounted file system.
.RE
.sp
.ne 2
-.mk
.na
\fB\fB-k\fR\fR
.ad
.RS 10n
-.rt
Sends the \fBSIGKILL\fR signal to each process. Since this option spawns kills
for each process, the kill messages may not show up immediately (see
\fBkill\fR(2)). No signals will be sent to kernel file consumers.
@@ -192,23 +170,19 @@ for each process, the kill messages may not show up immediately (see
.sp
.ne 2
-.mk
.na
\fB\fB-n\fR\fR
.ad
.RS 10n
-.rt
Lists only processes with non-blocking mandatory locks on a file.
.RE
.sp
.ne 2
-.mk
.na
\fB\fB-s\fR \fIsig\fR\fR
.ad
.RS 10n
-.rt
Sends a signal to each process. The \fIsig\fR option argument specifies one of
the symbolic names defined in the \fB<signal.h>\fR header, or a decimal integer
signal number. If \fIsig\fR is a symbolic name, it is recognized in a
@@ -219,12 +193,10 @@ to kernel file consumers.
.sp
.ne 2
-.mk
.na
\fB\fB-u\fR\fR
.ad
.RS 10n
-.rt
Displays the user login name in parentheses following the process \fBID\fR.
.RE
@@ -290,13 +262,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityStandard
+Interface Stability Standard
.TE
.SH SEE ALSO