.\" -*- coding: UTF-8 -*- .\" Copyright (C) 2014 Michael Kerrisk .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH pldd 1 "5 Febrero 2023" "Páginas de manual de Linux 6.03" .SH NOMBRE pldd \- mustra objetos dinámicos compartidos enlazados en un proceso .SH SINOPSIS .nf \fBpldd \fP\fIpid\fP \fBpldd\fP\fI opción\fP .fi .SH DESCRIPCIÓN The \fBpldd\fP 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 \fBdlopen\fP(3). .SH OPCIONES .TP \fB\-?\fP, \fB\-\-help\fP Muestra un mensaje de ayuda y finaliza. .TP \fB\-\-usage\fP Muestra un mensaje de ayuda y finaliza. .TP \fB\-V\fP, \fB\-\-version\fP Muestra la versión y finaliza. .SH "ESTADO DE SALIDA" On success, \fBpldd\fP 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, \fBpldd\fP exists with a status of 1. If given an invalid option, it exits with the status 64. .SH VERSIONES \fBpldd\fP está disponible desde la versión 2.15 de glibc. .SH ESTÁNDARES .\" There are man pages on Solaris and HP-UX. La orden \fBpldd\fP no está definida en POSIX.1 Otras sistemas tiene aplicaciones similares. .SH NOTAS La orden .PP .in +4n .EX lsof \-p PID .EE .in .PP también muestra en su salida objetos dinámicos compartidos enlazados a un proceso. .PP The \fBgdb\fP(1) \fIinfo shared\fP command also shows the shared libraries being used by a process, so that one can obtain similar output to \fBpldd\fP using a command such as the following (to monitor the process with the specified \fIpid\fP): .PP .in +4n .EX $ \fBgdb \-ex "set confirm off" \-ex "set height 0" \-ex "info shared" \e\fP \fB\-ex "quit" \-p $pid | grep \[aq]\[ha]0x.*0x\[aq]\fP .EE .in .SH ERRORES .\" glibc commit 1a4c27355e146b6d8cc6487b998462c7fdd1048f From glibc 2.19 to glibc 2.29, \fBpldd\fP 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. .SH EJEMPLOS .EX $ \fBecho $$\fP # Muestra el PID de la shell 1143 $ \fBpldd $$\fP # Muestra los objetos enlazados en la 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 .EE .SH "VÉASE TAMBIÉN" \fBldd\fP(1), \fBlsof\fP(1), \fBdlopen\fP(3), \fBld.so\fP(8) .PP .SH TRADUCCIÓN La traducción al español de esta página del manual fue creada por Marcos Fouces . .PP Esta traducción es documentación libre; lea la .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE o posterior con respecto a las condiciones de copyright. No existe NINGUNA RESPONSABILIDAD. .PP Si encuentra algún error en la traducción de esta página del manual, envíe un correo electrónico a .MT debian-l10n-spanish@lists.debian.org .ME .