Bash-Linux.com : Le SHELL pour les nuls

  Actuellement 50 lignes de commande et 1472 man disponibles
login as: root
root@213.186.33.18's password:
Last login: Tue May 29 13:51:53 2012 from 38.107.179.230
[root@bash-linux ~] # echo "Bienvenue sur Bash-Linux.com"_
 Manuel des commandes UNIX (man) Version anglaise

Indiquez la fonction :

Man Ldconfig en anglais

ldconfig(8) ldconfig(8)
 
NAME


ldconfig - configure dynamic linker run-time bindings
 
SYNOPSIS


ldconfig [OPTION...]
 
DESCRIPTION


ldconfig creates, updates, and removes the necessary links and cache (for use by the run-time linker, ld.so) to the most recent shared libraries found in the directories specified on the command line, in the file /etc/ld.so.conf, and in the trusted directories (/usr/lib and /lib). ldconfig checks the header and file names of the libraries it encounters when determining which versions should have their links updated. ldconfig ignores symbolic links when scanning for libraries. ldconfig will attempt to deduce the type of ELF libs (ie. libc 5.x or libc 6.x (glibc)) based on what C libraries if any the library was linked against, therefore when making dynamic libraries, it is wise to explicitly link against libc (use -lc). ldconfig is capable of storing multiple ABI types of libraries into a single cache on architectures which allow native running of multiple ABIs, like ia32/ia64/x86_64 or sparc32/sparc64. Some existing libs do not contain enough information to allow the deduction of their type, therefore the /etc/ld.so.conf file format allows the specification of an expected type. This is only used for those ELF libs which we can not work out. The format is like this "dirname=TYPE", where type can be libc4, libc5 or libc6. (This syntax also works on the command line). Spaces are not allowed. Also see the -p option. Directory names containing an = are no longer legal unless they also have an expected type specifier. ldconfig should normally be run by the super-user as it may require write permission on some root owned directories and files. If you use -r option to change the root directory, you don't have to be super-user though as long as you have sufficient right to that directory tree.
 
OPTIONS


-v --verbose Verbose mode. Print current version number, the name of each directory as it is scanned and any links that are created. -n Only process directories specified on the command line. Don't process the trusted directories (/usr/lib and /lib) nor those specified in /etc/ld.so.conf. Implies -N. -N Don't rebuild the cache. Unless -X is also specified, links are still updated. -X Don't update links. Unless -N is also specified, the cache is still rebuilt. -f conf Use conf instead of /etc/ld.so.conf. -C cache Use cache instead of /etc/ld.so.cache. -r root Change to and use root as the root directory. -l Library mode. Manually link individual libraries. Intended for use by experts only. -p --print-cache Print the lists of directories and candidate libraries stored in the current cache. -c --format=FORMAT Use FORMAT for the cache file. Choices are old, new and compat (the default). -i --ignore-aux-cache Ignore auxiliary cache file. -? --help --usage Print usage information. -V --version Print version and exit.
 
EXAMPLES


# /sbin/ldconfig -v will set up the correct links for the shared binaries and rebuild the cache. # /sbin/ldconfig -n /lib as root after the installation of a new shared library will properly update the shared library symbolic links in /lib.
 
FILES


/lib/ld-linux.so.* execution time linker/loader /etc/ld.so.conf File containing a list of colon, space, tab, new- line, or comma separated directories in which to search for libraries. /etc/ld.so.cache File containing an ordered list of libraries found in the directories specified in /etc/ld.so.conf. This file is not in human readable format, and is not intended to be edited. lib*.so.version shared libraries
 
SEE ALSO


ldd(1), ld.so(8).
 
BUGS


ldconfig, being a user process, must be run manually and has no means of dynamically determining and relinking shared libraries for use by ld.so when a new shared library is installed.
 
AUTHORS


Andreas Jaeger. Manual page written by David Engel and Mitch D'Souza. 25 February 2008 ldconfig(8)


 Dernières recherches
Man  en anglais Man ldconfig en anglaisMan  en français Man ldconfig en français
Man  en anglais Man ldap_table en anglaisMan  en français Man ldap_table en français
Man  en anglais Man lchown en anglaisMan  en français Man lchown en français
Man  en anglais Man last en anglaisMan  en français Man last en français
Man  en anglais Man labs en anglaisMan  en français Man labs en français
Man  en anglais Man killall en anglaisMan  en français Man killall en français
Man  en anglais Man kbd_mode en anglaisMan  en français Man kbd_mode en français
Man  en anglais Man join en anglaisMan  en français Man join en français
Man  en anglais Man isxdigit en anglaisMan  en français Man isxdigit en français
Man  en anglais Man iswxdigit en anglaisMan  en français Man iswxdigit en français
Man  en anglais Man deb en anglaisMan  en français Man deb en français
Man  en anglais Man iswupper en anglaisMan  en français Man iswupper en français
Man  en anglais Man iswspace en anglaisMan  en français Man iswspace en français
Man  en anglais Man iswpunct en anglaisMan  en français Man iswpunct en français
Man  en anglais Man iswprint en anglaisMan  en français Man iswprint en français

 Recherche

Dans ce moteur de recherche, vous pouvez taper directement votre besoin, en une phrase normale, humaine.
Exemple : vous cherchez comment remplacer un mot par un autre dans tous les fichiers d'un certain dossier. Vous pouvez écrire "Comment remplacer un mot par un autre dans tous les fichiers d'un dossier". Le moteur vous ramenera les résultats en fonction de leur pertinence.
Vous pouvez bien sûr ne chercher qu'un seul mot-clé, par exemple "find".
 Toutes les lignes de code
Par popularité
Par fonction
Recherche avancée
 Les logiciels SHELL/SSH
Putty
Astuces Bash
Faire du SHELL avec PHP!
 La doc officielle
Les man Linux en français
Les man Linux en anglais
 Proposer vos bash
Partagez vos lignes!
 Les requêtes
Déposer une requête
Voir/répondre à une requête
 Quelques sites interessants
Bons sites pour apprendre
 Rechercher