LinuxHelps.com

A blog for Linux Lovers.

Archive for the 'FreeBSD' Category


Install lsof in FreeBSD

Tuesday, March 3rd, 2009
FreeBSD | No Comments »

lsof lists information about files opened by processes for the varios UNIX dialects.
Type the following command to update current ports collection and install lsof from ports:
# portsnap fetch update
# cd /usr/ports/sysutils/lsof
# make install clean