.TH FUSER 1 2005-11-05 "Linux" "User Commands" .SH NAME fuser \- identify processes using files or sockets .SH SYNOPSIS .ad l .B fuser .RB [ \-a | \-s | \-c ] .RB [ \-4 | \-6 ] .RB [ \-n\ .IR space\ ] .RB [ \-k .RB [ \-i ] .RB [ \- \fIsignal ] ] .RB [ \-muvf ] .IR name " ..." .br .B fuser .RB \-l .br .B fuser .RB \-V .ad b .SH DESCRIPTION .B fuser displays the PIDs of processes using the specified files or file systems. In the default display mode, each file name is followed by a letter denoting the type of access: .RS .IP \fBc\fP current directory. .IP \fBe\fP executable being run. .IP \fBf\fP open file. \fBf\fP is omitted in default display mode. .IP \fBF\fP open file for writing. \fBF\fP is omitted in default display mode. .IP \fBr\fP root directory. .IP \fBm\fP mmap'ed file or shared library. .RE .LP \fBfuser\fP returns a non-zero return code if none of the specified files is accessed or in case of a fatal error. If at least one access has been found, \fBfuser\fP returns zero. .PP In order to look up processes using TCP and UDP sockets, the corresponding name space has to be selected with the \fB\-n\fP option. By default \fBfuser\fP will look in both IPv6 and IPv4 sockets. To change the default, behavior, use the \fB\-4\fP and \fB\-6\fP options. The socket(s) can be specified by the local and remote port, and the remote address. All fields are optional, but commas in front of missing fields must be present: .RB \fB[\fP\fIlcl_port\fP\fB][\fP,\fB[\fP\fIrmt_host\fP\fB][\fP,\fB[\fIrmt_port\fP\fB]]] Either symbolic or numeric values can be used for IP addresses and port numbers. .PP \fBfuser\fP outputs only the PIDs to stdout, everything else is sent to stderr. .SH OPTIONS .IP \fB\-a\fP Show all files specified on the command line. By default, only files that are accessed by at least one process are shown. .IP \fB\-c\fP Same as \-m option, used for POSIX compatibility. .IP \fB\-f\fP Silently ignored, used for POSIX compatibility. .IP \fB\-k\fP Kill processes accessing the file. Unless changed with \fB\-\fP\fIsignal\fP, SIGKILL is sent. An \fBfuser\fP process never kills itself, but may kill other \fBfuser\fP processes. The effective user ID of the process executing \fBfuser\fP is set to its real user ID before attempting to kill. .IP \fB\-i\fP Ask the user for confirmation before killing a process. This option is silently ignored if \fB\-k\fP is not present too. .IP \fB\-l\fP List all known signal names. .IP \fB\-m\fP \fIname\fP specifies a file on a mounted file system or a block device that is mounted. All processes accessing files on that file system are listed. If a directory file is specified, it is automatically changed to \fIname\fP/. to use any file system that might be mounted on that directory. .IP \fB\-n\ \fIspace\fP Select a different name space. The name spaces \fBfile\fP (file names, the default), \fBudp\fP (local UDP ports), and \fBtcp\fP (local TCP ports) are supported. For ports, either the port number or the symbolic name can be specified. If there is no ambiguity, the shortcut notation \fIname\fB/\fPIspace\fR (e.g. \fI80\fB/\fPtcp\fR ) can be used. .IP \fB\-s\fP Silent operation. \fB\-u\fP and \fB\-v\fP are ignored in this mode. \fB\-a\fP must not be used with \fB\-s\fP. .IP \fB\-\fIsignal\fP Use the specified signal instead of SIGKILL when killing processes. Signals can be specified either by name (e.g. \fB\-HUP\fP) or by number (e.g. \fB\-1\fP). This option is silently ignored if the \fB\-k\fP option is not used. .IP \fB\-u\fP Append the user name of the process owner to each PID. .IP \fB\-v\fP Verbose mode. Processes are shown in a \fBps\fP-like style. The fields PID, USER and COMMAND are similar to \fBps\fP. ACCESS shows how the process accesses the file. If the access is by the kernel (e.g. in the case of a mount point, a swap file, etc.), \fBkernel\fP is shown instead of the PID. .IP \fB\-V\fP Display version information. .IP \fB\-4\fP Search only for IPv4 sockets. This option must not be used with the \fB\-6\fP option and only has an effect with the tcp and udp namespaces. .IP \fB\-6\fP Search only for IPv6 sockets. This option must not be used with the \fB\-4\fP option and only has an effect with the tcp and udp namespaces. .IP \fB\-\fP Reset all options and set the signal back to SIGKILL. .SH FILES .nf /proc location of the proc file system .fi .SH EXAMPLES \fBfuser \-km /home\fP kills all processes accessing the file system /home in any way. .LP \fBif fuser \-s /dev/ttyS1; then :; else \fIsomething\fP; fi\fR invokes \fIsomething\fP if no other process is using /dev/ttyS1. .LP \fBfuser telnet/tcp\fP shows all processes at the (local) TELNET port. .SH RESTRICTIONS Processes accessing the same file or file system several times in the same way are only shown once. .PP If the same object is specified several times on the command line, some of those entries may be ignored. .PP \fBfuser\fP may only be able to gather partial information unless run with privileges. As a consequence, files opened by processes belonging to other users may not be listed and executables may be classified as mapped only. .PP Installing \fBfuser\fP SUID root will avoid problems associated with partial information, but may be undesirable for security and privacy reasons. .PP \fBudp\fP and \fBtcp\fP name spaces, and UNIX domain sockets can't be searched with kernels older than 1.3.78. .PP \fBudp\fP and \fBtcp\fP currently work with IPv6 and IPv4, but the address fields can only be IPv4 addresses. .PP Accesses by the kernel are only shown with the \fB\-v\fP option. .PP The \fB\-k\fP option only works on processes. If the user is the kernel, \fBfuser\fP will print an advice, but take no action beyond that. .SH BUGS .PP 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 .PP Craig Small .SH "SEE ALSO" .BR kill "(1), " killall "(1), " lsof "(8), " ps "(1), " kill (2). .\"{{{}}}