lsof-4.99.0

lsof の概要

The lsof package is useful to LiSt Open Files for a given running application or process.

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

パッケージ情報

lsof の依存パッケージ

必須

libtirpc-1.3.4

任意

Nmap-7.94 (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]

lsof のインストール

以下のコマンドを実行して lsof をビルドします。

./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.94 be installed with a symbolic link /usr/bin/nc pointing to ncat.

make check

root ユーザーになって以下を実行します。

make install

コマンド説明

--disable-static: このスイッチはスタティックライブラリをインストールしないようにします。

パッケージ構成

インストールプログラム: lsof
インストールライブラリ: liblsof.so
インストールディレクトリ: なし

概略説明

lsof

lists open files for running processes

liblsof.so

contains an interface for applications to list open files