blob: a81b7178b454b3838ac9c5415b3d2762981d2c1e (
plain)
1
2
3
4
5
|
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).
|