GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
FUSER(1) FreeBSD General Commands Manual FUSER(1)

fuser
list IDs of all processes that have one or more files open

fuser [-cfkmu] [-M core] [-N system] [-s signal] file ...

The fuser utility writes to stdout the PIDs of processes that have one or more named files open. For block and character special devices, all processes using files on that device are listed. A file is considered open by a process if it was explicitly opened, is the working directory, root directory, jail root directory, active executable text, kernel trace file or the controlling terminal of the process. If -m option is specified, the fuser utility will also look through mmapped files.

The following options are available:

Treat files as mount points and report on any files open in the file system.
The report must be only for named files.
Send signal to reported processes (SIGKILL by default).
core
Extract values associated with the name list from the specified core instead of the default /dev/kmem.
Search through mmapped files too.
system
Extract the name list from the specified system instead of the default, which is the kernel image the system has booted from.
signal
Use given signal name instead of default SIGKILL.
Write the user name associated with each process to stderr.

The following symbols, written to stderr will indicate how files are used:

a
The file is open as append only (O_APPEND was specified).
c
The file is the current workdir directory of the process.
d
The process bypasses fs cache while writing to this file (O_DIRECT was specified).
e
Exclusive lock is hold.
j
The file is the jail root of the process.
m
The file is mmapped.
r
The file is the root directory of the process.
s
Shared lock is hold.
t
The file is the kernel tracing file for the process.
w
The file is open for writing.
x
The file is executable text of the process.
y
The process uses this file as its controlling tty.

The fuser utility exits 0 on success, and >0 if an error occurs.

The command ‘fuser -fu .’ writes to standard output the process IDs of processes that are using the current directory and writes to stderr an indication of how those processes are using the directory and user names associated with the processes that are using this directory.

fstat(1), ps(1), systat(1), iostat(8), pstat(8), vmstat(8)

The fuser utility is expected to conform to IEEE Std 1003.1-2004 (“POSIX.1”).

The fuser utility appeared in FreeBSD 9.0.

The fuser utility and this manual page was written by Stanislav Sedov <stas@FreeBSD.org>.

Since fuser takes a snapshot of the system, it is only correct for a very short period of time. When working via kvm(3) interface the report will be limited to filesystems the fuser utility knows about (currently only cd9660, devfs, nfs, ntfs, nwfs, udf, ufs and zfs).
June 18, 2020 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.