2007-05-26 01:08:45 +02:00
|
|
|
The fuser utility will write to stdout the IDs of processes that
|
2006-03-20 16:47:51 +01:00
|
|
|
have one or more named files open. For block and character special
|
2007-05-26 01:08:45 +02:00
|
|
|
devices, all processes that uses on that device are listed. A file is
|
2006-03-20 16:47:51 +01:00
|
|
|
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
|
2007-05-26 01:08:45 +02:00
|
|
|
isn't yet included into the standard FreeBSD distribution.
|
2006-03-20 16:47:51 +01:00
|
|
|
|
2006-07-16 14:36:40 +02:00
|
|
|
WWW: http://mbsd.msk.ru/stas/fuser.html
|