Lsof
From FreeBSDwiki
(Difference between revisions)
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. | + | '''lsof''' is a [[Ports|port]] for listing open files. It's a GNU tool that is not part of the base install. The tool typically used for finding and listing open files under FreeBSD is [[fstat]]. |
see also: [http://www.freebsd.org/cgi/man.cgi?query=fstat fstat man page] at freebsd.org. | see also: [http://www.freebsd.org/cgi/man.cgi?query=fstat fstat man page] at freebsd.org. | ||
[[Category : System Commands]] | [[Category : System Commands]] |
Revision as of 14:08, 15 June 2007
lsof is a port for listing open files. It's a GNU tool that is not part of the base install. The tool typically used for finding and listing open files under FreeBSD is fstat.
see also: fstat man page at freebsd.org.