mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
10 lines
382 B
Plaintext
10 lines
382 B
Plaintext
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).
|
|
|
|
See also fstat(1) in the base system.
|
|
|
|
-- David (obrien@cs.ucdavis.edu)
|