Lsof
From FreeBSDwiki
(Difference between revisions)
Ninereasons (Talk | contribs) (fstat may be what you want) |
|||
Line 1: | Line 1: | ||
− | + | '''lsof''' is a [[Ports|port]] for listing open files. It's a GNU tool that is not part of the base install. You might find what you need, without this port, from the system command, <code>fstat</code> (see the [http://www.freebsd.org/cgi/man.cgi?query=fstat fstat man page]). | |
[[Category : System Commands]] | [[Category : System Commands]] |
Revision as of 18:28, 19 June 2006
lsof is a port for listing open files. It's a GNU tool that is not part of the base install. You might find what you need, without this port, from the system command, fstat
(see the fstat man page).