| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143 | <sect2><title> </title><para> </para></sect2><sect2><title>Descriptions</title><para>(Last checked against version &glibc-contversion;.)</para><sect3><title>Program file descriptions</title><para><command>catchsegv</command> can be used to create a stack tracewhen a program terminates with a segmentation fault.</para><para><command>gencat</command> generates message catalogues.</para><para><command>getconf</command> displays the system configuration valuesfor filesystem specific variables.</para><para><command>getent</command> gets entries from an administrativedatabase.</para><para><command>glibcbug</command> creates a bug report and mails it to thebug email address.</para><para><command>iconv</command> performs character set conversion.</para><para><command>iconvconfig</command> creates fastloading iconv moduleconfiguration file.</para><para><command>ldconfig</command> configures the dynamic linker runtimebindings.</para><para><command>ldd</command> reports which shared libraries are requiredby each given program or shared library.</para><para><command>lddlibc4</command> assists ldd with object files.</para><para><command>locale</command> is a Perl program that tells the compilerto enable or disable the use of POSIX locales for built-in operations.</para><para><command>localedef</command> compiles locale specifications.</para><para><command>mtrace</command>...</para><para><command>nscd</command> is a name service cache daemon providing acache for the most common name service requests.</para><para><command>nscd_nischeck</command> checks whether or not secure modeis necessary for NIS+ lookup.</para><para><command>pcprofiledump</command> dumps information generated byPC profiling.</para><para><command>pt_chown</command> is a helper program for grantpt to setthe owner, group and access permissions of a slave pseudo terminal.</para><para><command>rpcgen</command> generates C code to implement theRPC protocol.</para><para><command>rpcinfo</command> makes an RPC call to an RPC server.</para><para><command>sln</command> is used to make symbolic links. The programis statically linked, so it is useful for making symbolic links to dynamiclibraries if the dynamic linking system for some reason is nonfunctional.</para><para><command>sprof</command> reads and displays shared object profilingdata.</para><para><command>tzselect</command> asks the user about the location of thesystem and reports the corresponding time zone description.</para><para><command>xtrace</command> traces the execution of a program byprinting the currently executed function.</para><para><command>zdump</command> is the time zone dumper.</para><para><command>zic</command> is the time zone compiler.</para></sect3><sect3><title>Library file descriptions</title><para><command>ld.so</command> is the helper program for shared libraryexecutables.</para><para><command>libBrokenLocale</command> is used by programs, such asMozilla, to solve broken locales.</para><para><command>libSegFault</command> is a segmentation fault signalhandler. It tries to catch segfaults.</para><para><command>libanl</command> is an asynchronous name lookuplibrary.</para><para><command>libbsd-compat</command> provides the portability neededin order to run certain BSD programs under Linux.</para><para><command>libc</command> is the main C library -- a collection ofcommonly used functions.</para><para><command>libcrypt</command> is the cryptography library.</para><para><command>libdl</command> is the dynamic linking interface library.</para><para><command>libg</command> is a runtime library for g++.</para><para><command>libieee</command> is the IEEE floating point library.</para><para><command>libm</command> is the mathematical library.</para><para><command>libmcheck</command> contains code run at boot.</para><para><command>libmemusage</command> is used by memusage to help collectinformation about the memory usage of a program.</para><para><command>libnsl</command> is the network services library.</para><para><command>libnss*</command> are the Name Service Switch libraries,containing functions for resolving host names, user names, group names,aliases, services, protocols,and the like.</para><para><command>libpcprofile</command> contains profiling functions usedto track the amount of CPU time spent in which source code lines.</para><para><command>libpthread</command> is the POSIX threads library.</para><para><command>libresolv</command> contains functions for creating,sending, and interpreting packets to the Internet domain name servers.</para><para><command>librpcsvc</command>contains functions providingmiscellaneous RPC services.</para><para><command>librt</command> contains functions providing most of theinterfaces specified by the POSIX.1b Realtime Extension.</para><para><command>libthread_db</command> contains functions useful forbuilding debuggers for multi-threaded programs.</para><para><command>libutil</command> contains code for "standard" functionsused in many different Unix utilities.</para></sect3></sect2>
 |