forked from Lainports/freebsd-ports
LSOF is a very useful package for a system administrateor. Ot shows all kind of open files, including sockets, pipes and knows about NFS.
7 lines
343 B
Text
7 lines
343 B
Text
Lsof (LiSt Open Files) lists information about files that are open by the
|
|
running processes. An open file may be a regular file, a directory, a block
|
|
special file, a character special file, an executing text reference, a
|
|
library, a stream or a network file (Internet socket, NFS file or Unix domain
|
|
socket).
|
|
|
|
-- David (obrien@cs.ucdavis.edu)
|