%general-entities; ]> $Date$ lsof-&lsof-version; lsof Introduction to lsof The lsof package is useful to LiSt Open Files for a given running application or process. &lfs101_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &lsof-md5sum; Download size: &lsof-size; Estimated disk space required: &lsof-buildsize; Estimated build time: &lsof-time; lsof Dependencies Required User Notes: Installation of lsof The contents of the lsof tarball include another tarball with the source code, which needs, in turn, to be unpacked. Install lsof by running the following commands: tar -xf lsof_&lsof-version;_src.tar && cd lsof_&lsof-version;_src && ./Configure -n linux && make CFGL="-L./lib -ltirpc" This package does not come with a working test suite. Now, as the root user: install -v -m0755 -o root -g root lsof /usr/bin && install -v lsof.8 /usr/share/man/man8 Command Explanations ./Configure -n linux: Avoid AFS, customization, and inventory checks, and use the linux dialect. make CFGL="-L./lib -ltirpc": Add the libtirpc libraries location to the make command. Contents Installed Program Installed Libraries Installed Directories lsof None None Short Descriptions lsof lists open files for running processes lsof