* pstree checks to see it is a real tty Debian #326500
* pstree shows child threads with {commandname} Debian #230924
* better capitalisation with usage SF# 1150042
+ * Added warning about fuser and tcp/udp access Debian #327813
* Applied psmisc-21.4-alt-progname to find pstrees name
* configure.in checks for tinfo library
-.TH FUSER 1 2004-11-09 "Linux" "User Commands"
+.TH FUSER 1 2005-09-13 "Linux" "User Commands"
.SH NAME
fuser \- identify processes using files or sockets
.SH SYNOPSIS
.B fuser
.RB [ \-a | \-s | \-c ]
.RB [ \-4 | \-6 ]
-.RB [ \-n\ \fIspace ]
+.RB [ \-n\
+.IR space\ ]
.RB [ \-k
.RB [ \-i ]
-.RB [ \-\fIsignal\fR ]
+.RB [ \-
+.IR signal\ ]
]
.RB [ \-muvf ]
-.I name ...
+.I name
+...
.br
.B fuser
.RB \-l
fuser \-m /dev/sgX will show (or kill with the \-k flag) all processes, even
if you don't have that device configured. There may be other devices it
does this for too.
+.PP
+.B fuser
+cannot report on any processes that it doesn't have permission to look at
+the file descriptor table for. The most common time this problem occurs
+is when looking for TCP or UDP sockets when running
+.B fuser
+as a non-root user. In this case
+.B fuser
+will report no access
.SH AUTHORS
.PP
Werner Almesberger <werner@almesberger.net>