Query: pldd
OS: linux
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
PLDD(1) Linux User Manual PLDD(1)NAMEpldd - display dynamic shared objects linked into a processSYNOPSISpldd PID pldd OPTIONDESCRIPTIONThe pldd command displays a list of the dynamic shared objects that are linked into the process with the specified process ID. The list includes the libraries that have been dynamically loaded using dlopen(3).OPTIONS-?, --help Display program help message. --usage Display a short usage message. -V, --version Display the program version.VERSIONSpldd is available since glibc 2.15.CONFORMING TOThe pldd command is not specified by POSIX.1. Some other systems have a similar command.EXIT STATUSOn 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 command-line arguments are supplied, pldd exists with a status of 1. If given an invalid option, it exits with the status 64.EXAMPLE$ 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.2NOTESThe command lsof -p PID also shows output that includes the dynamic shared objects that are linked into a process.SEE ALSOldd(1), lsof(1), dlopen(3), ld.so(8)GNU2014-09-27 PLDD(1)
Related Man Pages |
---|
pldd(1) - linux |
pldd(1) - x11r4 |
pldd(1) - xfree86 |
pldd(1) - freebsd |
pldd(1) - ultrix |
Similar Topics in the Unix Linux Community |
---|
PID -> User (I need to know the user of a PID) |
disk space |
Do you still googling error messages? |
How to easily identify socket given a PID on Linux? |
Remove linked file |