freebsd-ports/sysutils/fuser/pkg-descr
Stanislav Sedov de1a42cb64 - Improve wording.
Submitted by:	Timur Bakeyev
2007-05-25 23:08:45 +00:00

12 lines
589 B
Plaintext

The fuser utility will write to stdout the IDs of processes that
have one or more named files open. For block and character special
devices, all processes that uses 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 for that process or controlling tty of the process.
The fuser(1) utility is defined in IEEE Std 1003.1-2004 standard, but
isn't yet included into the standard FreeBSD distribution.
WWW: http://mbsd.msk.ru/stas/fuser.html