blob: e440d282e259ff5af4a3fceb32bc0c4bc29dbc92 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
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.
WWW: http://people.freebsd.org/~abe/
|