La commande 'genld' récupère la liste des processus en cours d'exécution et affiche en option la liste des objets correspondant à chacun d'eux.
La syntaxe est : 'genld [ -h | -l [ -d ] ] [ -a Area ]'
Exemple : 'genld -l' pour afficher la liste des objets associés à chaque processus.
genld Command
Purpose
The genld command collects the list of all processes currently running on the system, and optionally reports the list of loaded objects corresponding to each process.
Syntax
genld [ -h | -l [ -d ] ] [ -a Area ]
Description
For each process currently running, the genld command prints a report consisting of the process ID and name, optionally followed by the list of objects loaded for that process. The object's address and path name are displayed. Members of libraries are shown between brackets. For example, /usr/lib/libc.a[shr.o] means shr.o is a loaded member of the libc.a library.
Flags
Security
Attention RBAC users and Trusted AIX users: This command can perform privileged operations. Only privileged users can run privileged operations. For more information about authorizations and privileges, see Privileged Command Database in Security. For a list of privileges and the authorizations associated with this command, see the lssecattr command or the getcmdattr subcommand.
Examples
To obtain the list of loaded objects for each running process, enter:
genld -l