|
ld(1) -- Using LD, the GNU linker
|
ld combines a number of object and archive files, relocates their data and ties up symbol references. Usually the last step in compiling a program is to run ld. ld accepts Linker Command Language file... |
ld.so(1) -- run-time link-editor
|
ld.so is a self-contained, position independent program image providing run-time support for loading and link-editing shared objects into a process's address space. It uses the data structures (see l... |
|
ldd(1) -- list dynamic object dependencies
|
ldd displays the shared objects needed to run program. ldd uses the DT_NEEDED tags to determine what dynamic objects are required. To list the objects ldd sets the environment variable LD_TRACE_LOADED... |
leave(1) -- remind you when you have to leave
|
leave waits until the specified time, then reminds you that you have to leave. You are reminded 5 minutes and 1 minute before the actual time, at the time, and every minute thereafter. When you log of... |
less(1) -- view files on a CRT
|
less is a program similar to the traditional more(1), but which allows backward movement in the file as well as forward movement. Also, less does not have to read the entire input file before starting... |
lesskey(1) -- specify key bindings for less
|
lesskey is used to specify a set of key bindings to be used by less(1). The input file is a text file which describes the key bindings. If the input file is `-', standard input is read. If no input f... |
lex(1) -- fast lexical analyzer generator
|
flex is a tool for generating scanners: programs which recognize lexical patterns in text. flex reads the given input files, or its standard input if no file names are given, for a description of a sc... |
libnetcfg(1) -- configure libnet
|
The libnetcfg utility can be used to configure the libnet. Starting from perl 5.8 libnet is part of the standard Perl distribution, but the libnetcfg can be used for any libnet installation. |
limit(1) -- a shell (command interpreter) with C-like syntax
|
csh is a command language interpreter incorporating a history mechanism (see History substitutions), job control facilities (see Jobs), interactive file name and user name completion (see File name co... |
lint(1) -- a C program verifier
|
lint attempts to detect features of the named C program files that are likely to be bugs, non-portable, or wasteful. It also performs stricter type checking than the C compiler. lint runs the C prepro... |
lkbib(1) -- search bibliographic databases
|
lkbib searches bibliographic databases for references that contain the keys key... and prints any references found on the standard output. lkbib will search any databases given by -p options, and then... |
ln(1) -- make hard and symbolic links to files
|
The ln utility creates a new directory entry (linked file) which has the same modes as the original file. It is useful for maintaining multiple copies of a file in many places at once without using up... |
lndir(1) -- create a shadow directory of symbolic links to another directory tree
|
The lndir program makes a shadow copy todir of a directory tree fromdir, except that the shadow is not populated with real files but instead with symbolic links pointing at the real files in the fromd... |
locate(1) -- find filenames quickly
|
The locate utility searches a database for all pathnames which match the specified pattern. The database is recomputed periodically (usually weekly or daily), and contains the pathnames of all files w... |
lock(1) -- reserve a terminal
|
lock requests a password from the user, reads it again for verification and then will normally not relinquish the terminal until the password is repeated. There are two other conditions under which it... |