.\" Copyright (C) 2014 Michael Kerrisk .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH PLDD 1 2014\-09\-27 GNU "Linux User Manual" .SH 名前 pldd \- プロセスにリンクされている動的共有オブジェクトを表示する .SH 書式 .nf \fBpldd \fP\fIPID\fP \fBpldd\fP OPTION .fi .SH 説明 \fBpldd\fP コマンドは、 指定されたプロセス ID のプロセスにリンクされている動的共有オブジェクトのリストを表示する。 このリストには \fBdlopen\fP(3) を使って動的にロードされたライブラリーも含まれる。 .SH オプション .TP \fB\-?\fP, \fB\-\-help\fP プログラムのヘルプメッセージを表示する。 .TP \fB\-\-usage\fP 簡潔な使用方法を表示する。 .TP \fB\-V\fP, \fB\-\-version\fP プログラムのバージョンを表示する。 .SH バージョン \fBpldd\fP は glibc 2.15 以降で利用可能である。 .SH 準拠 .\" There are man pages on Solaris and HP-UX. \fBpldd\fP コマンドは POSIX.1 では規定されていない。 他のいくつかのシステムにも同様のコマンドがある。 .SH 終了ステータス 成功すると \fBpldd\fP はステータス 0 を返す。 指定されたプロセスが存在しない場合、 ユーザーが自身の動的共有オブジェクトのリストにアクセスする許可を持っていない場合、 もしくはコマンドライン引き数が指定されていない場合、 \fBpldd\fP はステータス 1 で終了する。 無効なオプションが指定された場合、 ステータス 64 で終了する。 .SH 例 .nf $ \fBecho $$\fP # シェルの PID を表示する 1143 $ \fBpldd $$\fP # このシェルにリンクされている動的共有オブジェクトを表示 1143: /usr/bin/bash linux\-vdso.so.1 /lib64/libtinfo.so.5 /lib64/libdl.so.2 /lib64/libc.so.6 /lib64/ld\-linux\-x86\-64.so.2 /lib64/libnss_files.so.2 .fi .SH 注意 コマンド lsof \-p PID は、 プロセスにリンクされた動的共有オブジェクトも出力する。 .SH 関連項目 \fBldd\fP(1), \fBlsof\fP(1), \fBdlopen\fP(3), \fBld.so\fP(8) .SH この文書について この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.79 の一部 である。プロジェクトの説明とバグ報告に関する情報は http://www.kernel.org/doc/man\-pages/ に書かれている。