Author: Ryan Finnie
Date: 15-01-02 22:18
Almost the first thing I install is lsof, which I do not believe is installed with freebsd by default. lsof shows all the information you could ever want to know about running processes, including open files (hence the "of" in "lsof"), bound network sockets, library dependencies, attached terminals, etc. Very useful tool.
|
|