The lsof package is useful to LiSt Open Files for a given running application or process.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://github.com/lsof-org/lsof/releases/download/4.99.7/lsof-4.99.7.tar.gz
Download MD5 sum: 46647a774bb8ba630eb738c3aa1b5275
Download size: 1.2 MB
Estimated disk space required: 14 MB (with tests)
Estimated build time: 0.6 SBU (with tests)
Nmap-7.991 (with a symbolic link nc pointing to ncat in /usr/bin; used in tests)
To run the tests, the following option should be enabled in the kernel configuration:
General setup ---> [*] POSIX Message Queues [POSIX_MQUEUE]
Install lsof by running the following commands:
./configure --prefix=/usr --disable-static && make
The tests should be run as the root
user. They require that the POSIX message queues are enabled in the
kernel, and that Nmap-7.991 be installed with a symbolic link
/usr/bin/nc pointing to ncat.
make check
Now, as the root user:
make install
--disable-static: This
switch prevents installation of static versions of the libraries.