1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/sysutils/fuser/pkg-descr
Renato Botelho 0538dd5000 Fix WWW
PR:		ports/100353
Submitted by:	maintainer
2006-07-16 12:36:40 +00:00

12 lines
592 B
Plaintext

The fuser utility shall write to stdout the process IDs 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 for that process or controlling tty of the process.
The fuser(1) utility is defined in IEEE Std 1003.1-2004 standard, but
doesn't included in standard FreeBSD distribution.
WWW: http://mbsd.msk.ru/stas/fuser.html