|
ld(1) -- link editor
|
ld takes one or more object files or libraries as input and combines them to produce a single (usually executable) file. In doing so it resolves references to external symbols, assigns final addresses to procedures and variables, revises code and data to reflect new addresses (a process called "relocation") and updates symbolic debug information when present in the file. By default, ld produces ... |
ldd(1) -- list dynamic dependencies of executable files or shared libraries
|
ldd is a command that can list the dynamic dependencies of incomplete executable files or shared libraries. ldd lists verbose information about dynamic dependencies and symbol references. If the object file is an executable file, ldd lists all shared libraries that would be loaded as a result of executing the file. If it is a shared library, ldd lists all shared libraries that would be loaded as a... |
|
ldd_ia(1) -- list dynamic dependencies of executable files or shared libraries
|
ldd is a command that can list the dynamic dependencies of incomplete executable files or shared libraries. ldd lists verbose information about dynamic dependencies and symbol references. If the object file is an executable file, ldd lists all shared libraries that would be loaded as a result of executing the file. If it is a shared library, ldd lists all shared libraries that would be loaded as a... |
ldd_pa(1) -- list dynamic dependencies of executable files or shared libraries
|
ldd is a command that can list the dynamic dependencies of incomplete executable files or shared libraries. ldd lists verbose information about dynamic dependencies and symbol references. If the object file is an executable file, ldd lists all shared libraries that would be loaded as a result of executing the file. If it is a shared library, ldd lists all shared libraries that would be loaded as a... |
ld_ia(1) -- link editor
|
ld takes one or more object files or libraries as input and combines them to produce a single (usually executable) file. In doing so it resolves references to external symbols, assigns final addresses to procedures and variables, revises code and data to reflect new addresses (a process called "relocation") and updates symbolic debug information when present in the file. By default, ld produces ... |
ld_pa(1) -- link editor
|
ld takes one or more object files or libraries as input and combines them to produce a single (usually executable) file. In doing so it resolves references to external symbols, assigns final addresses to procedures and variables, revises code and data to reflect new addresses (a process called "relocation"), and updates symbolic debug information when present in the file. By default, ld produces... |
leave(1) -- remind you when you have to leave
|
The leave command waits until the specified time, then reminds you to leave. You are reminded 5 minutes and 1 minute before the actual time, at the time, and every minute thereafter. When you log off, leave exits. The time of day is in the form hhmm, where hh is a time in hours (which can range from 0 through 11 or 0 through 24 hours), and mm is the number of minutes after the specified hour. If t... |
libcadmin(1m) -- libc administration command
|
The libcadmin command is used to perform administrative functions for libc. Currently the only function that the command performs is to replace the shared 32-bit PA-RISC2.0 library in /usr/lib/libc.2 with the shared 32-bit PA-RISC1.1 version of that library. There are no required arguments or options used with this command. The /usr/lib/libc.a archive library and the libc.sl symbolic link are unaf... |
lifcp(1) -- copy to or from LIF files
|
lifcp copies a LIF file to an HP-UX file, an HP-UX file to a LIF file, or a LIF file to another LIF file. It also copies a list of (HPUX/LIF) files to a (LIF/HP-UX) directory. The last name on the argument list is the destination file or directory. Options can be used singly or combined in any order before the file names. The space between option and argument is optional. -Txxx Used only when copy... |
lifinit(1) -- write LIF volume header on file
|
lifinit writes a LIF volume header on a volume or file. |
lifls(1) -- list contents of a LIF directory
|
lifls lists the contents of a LIF directory on standard output. The default output format lists file names in multiple columns (similar to ls(1), except unsorted) if standard output is a character special file. If standard output is not a tty device, the output format is one file name per line. name is a path name to an HP-UX file containing a LIF volume and optional file name. If name is a volume... |
lifrename(1) -- rename LIF files
|
oldfile is a full LIF file specifier (see lif(4) for details) for the file to be renamed (e.g. liffile:A_FILE). newfile is new name to be given to the file (only the file name portion). This operation does not include copy or delete. Old file names must match the name of the file to be renamed, even if that file name is not a legal LIF name. Do not mount the special file while using lifrename. |
lifrm(1) -- remove a LIF file
|
lifrm removes one or more entries from a LIF volume. File name specifiers are as described in lif(4). Do not mount the special file while using lifrm. |
line(1) -- read one line from user input
|
line copies one line (up to a new-line) from the standard input and writes it on the standard output. It returns an exit code of 1 on EOF and always prints at least a new-line. It is often used within shell files to read from the user's terminal. |
link(1m) -- execute link() and unlink() system calls without error checking
|
The link and unlink commands perform their respective system calls (link() or unlink()) on their arguments, abandoning most error checking. These commands can be executed only by users who have appropriate privileges. |