1 .\" Copyright (C) 2014 Michael Kerrisk <mtk.manpages@gmail.com>
3 .\" %%%LICENSE_START(VERBATIM)
4 .\" Permission is granted to make and distribute verbatim copies of this
5 .\" manual provided the copyright notice and this permission notice are
6 .\" preserved on all copies.
8 .\" Permission is granted to copy and distribute modified versions of this
9 .\" manual under the conditions for verbatim copying, provided that the
10 .\" entire resulting derived work is distributed under the terms of a
11 .\" permission notice identical to this one.
13 .\" Since the Linux kernel and libraries are constantly changing, this
14 .\" manual page may be incorrect or out-of-date. The author(s) assume no
15 .\" responsibility for errors or omissions, or for damages resulting from
16 .\" the use of the information contained herein. The author(s) may not
17 .\" have taken the same level of care in the production of this manual,
18 .\" which is licensed free of charge, as they might when working
21 .\" Formatted or processed versions of this manual, if unaccompanied by
22 .\" the source, must acknowledge the copyright and authors of this work.
25 .TH PLDD 1 2020-11-01 "GNU" "Linux User Manual"
27 pldd \- display dynamic shared objects linked into a process
36 command displays a list of the dynamic shared objects (DSOs) that are
37 linked into the process with the specified process ID (PID).
38 The list includes the libraries that have been dynamically loaded using
43 Display a help message and exit.
46 Display a short usage message and exit.
48 .BR \-V ", " \-\-version
49 Display program version information and exit.
53 exits with the status 0.
54 If the specified process does not exist,
55 the user does not have permission to access
56 its dynamic shared object list,
57 or no command-line arguments are supplied,
59 exists with a status of 1.
60 If given an invalid option, it exits with the status 64.
63 is available since glibc 2.15.
67 command is not specified by POSIX.1.
69 .\" There are man pages on Solaris and HP-UX.
70 have a similar command.
80 also shows output that includes the dynamic shared objects
81 that are linked into a process.
86 command also shows the shared libraries being used by a process,
87 so that one can obtain similar output to
89 using a command such as the following
90 (to monitor the process with the specified
95 $ \fBgdb \-ex "set confirm off" \-ex "set height 0" \-ex "info shared" \e\fP
96 \fB\-ex "quit" \-p $pid | grep \(aq\(ha0x.*0x\(aq\fP
100 From glibc 2.19 to 2.29,
102 was broken: it just hung when executed.
103 .\" glibc commit 1a4c27355e146b6d8cc6487b998462c7fdd1048f
104 This problem was fixed in glibc 2.30, and the fix has been backported
105 to earlier glibc versions in some distributions.
108 $ \fBecho $$\fP # Display PID of shell
110 $ \fBpldd $$\fP # Display DSOs linked into the shell
116 /lib64/ld\-linux\-x86\-64.so.2
117 /lib64/libnss_files.so.2