La commande 'slibclean' permet de retirer les modules du noyau et librairies inutilisés.
Lancée simplement sans argument, cette commande décharge les objets dont le nombre de chargement ou d'utilisation est nul.
slibclean Command
Purpose
Removes any currently unused modules in kernel and library memory.
Syntax
slibclean
Description
The slibclean command unloads all object files with load and use counts of 0. It can also be used to remove object files that are no longer used from both the shared library region and in the shared library and kernel text regions by removing object files that are no longer required.
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.
Files
/usr/sbin/slibclean | Contains the slibclean command. |