from small one page howto to huge articles all in one place

search text in:




Other .linuxhowtos.org sites:gentoo.linuxhowtos.org



Last additions:
using iotop to find disk usage hogs

using iotop to find disk usage hogs

words:

887

views:

209584

userrating:


May 25th. 2007:
Words

486

Views

258592

why adblockers are bad


Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

Workaround and fixes for the current Core Dump Handling vulnerability affected kernels

words:

161

views:

149881

userrating:


April, 26th. 2006:

Druckversion
You are here: manpages





pldd

Section: User Commands (1)
Updated: 202-0-08
Index Return to Main Contents
 

NAME

pldd - display dynamic shared objects linked into a process  

SYNOPSIS

pid option  

DESCRIPTION

The pldd command displays a list of the dynamic shared objects (DSOs) that are linked into the process with the specified process ID (PID). The list includes the libraries that have been dynamically loaded using dlopen(3).  

OPTIONS

--help
-? Display a help message and exit.
--usage
Display a short usage message and exit.
--version
-V Display program version information and exit.
 

EXIT STATUS

On success, pldd exits with the status 0. If the specified process does not exist, the user does not have permission to access its dynamic shared object list, or no comman-line arguments are supplied, pldd exists with a status of 1. If given an invalid option, it exits with the status 64.  

VERSIONS

Some other systems have a similar command.  

STANDARDS

None.  

HISTORY

glibc 2.15.  

NOTES

The command lsof -p PID also shows output that includes the dynamic shared objects that are linked into a process. The gdb(1) info shared command also shows the shared libraries being used by a process, so that one can obtain similar output to pldd using a command such as the following (to monitor the process with the specified pid): $ gdb -ex [dq]set confirm off[dq] [rs] -ex [dq]set height 0[dq] [rs] -ex [dq]info shared[dq] [rs] -ex [dq]quit[dq] [rs] -p $pid [rs] | grep [aq][ha]0x.*0x[aq];  

BUGS

From glibc 2.19 to glibc 2.29, pldd was broken: it just hung when executed. This problem was fixed in glibc 2.30, and the fix has been backported to earlier glibc versions in some distributions.  

EXAMPLES

$ echo $$; # Display PID of shell 1143 $ pldd $$; # Display DSOs linked into the shell 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  

SEE ALSO

ldd(1), lsof(1), dlopen(3), ld.so(8)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
EXIT STATUS
VERSIONS
STANDARDS
HISTORY
NOTES
BUGS
EXAMPLES
SEE ALSO





Support us on Content Nation
rdf newsfeed | rss newsfeed | Atom newsfeed
- Powered by LeopardCMS - Running on Gentoo -
Copyright 2004-2025 Sascha Nitsch Unternehmensberatung GmbH
Valid XHTML1.1 : Valid CSS
- Level Triple-A Conformance to Web Content Accessibility Guidelines 1.0 -
- Copyright and legal notices -
Time to create this page: 13.6 ms