mirror of
https://github.com/opnsense/ports.git
synced 2026-04-16 20:50:35 -05:00
7 lines
348 B
Plaintext
7 lines
348 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.
|