|
linkloop(1m) -- verify LAN connectivity with link-level loopback
|
The linkloop command uses IEEE 802.2 link-level test frames to check connectivity within a local area network (LAN). linkaddr is the hardware station address of a remote node. Several addresses can be specified at one time. linkloop tests the connectivity of the local node and the remote node specified by each hardware station address. The hardware station address of a remote node can be found by ... |
listusers(1) -- display user login data
|
The listusers command displays data concerning user logins. The output shows the user login and the /etc/passwd comment field value (e.g., user name, etc.). The default displays data about all user logins. |
|
list_child(1m) -- Displays a list of all the child pointers whose names match the specified child name
|
The list child command displays a list of all the child pointers whose names match the specified child name. The last simple name can contain wildcard characters. You can use a with attribute-name = attribute-value clause to limit output only to child pointers whose attributes have values equal to the specified values. A space must precede and follow the = (equals sign). |
list_clearinghouse(1m) -- Displays a list of all the clearinghouses whose names match the specified clearinghouse name
|
The list clearinghouse command displays a list of all the clearinghouses whose names match the specified name. The last simple name can contain wildcards. You can use a with attribute-name = attribute-value clause to limit output only to clearinghouses whose attributes have values equal to the specified values. A space must precede and follow the = (equals sign). |
list_directory(1m) -- Displays a list of all the directories whose names match the specified directory name
|
The list directory command displays a list of all the directories whose names match the specified directory name. The last simple name can contain wildcards. You can use a with attribute-name = attribute-value clause to limit output only to directories whose attributes have values equal to the specified values. A space must precede and follow the = (equals sign). |
list_link(1m) -- Displays a list of all the soft links whose names match the link name that you specify
|
The list link command displays a list of all the soft links whose names match the link name that you specify. The last simple name can contain wildcard characters. You can use a with attribute-name = attribute-value clause to limit output only to soft links whose attributes have values equal to the specified values. A space must precede and follow the = (equals sign). This command does not list th... |
list_object(1m) -- Lists the specifies object entries (including clearinghouse object entries)
|
The list object command displays a list of all the object entries (including clearinghouse object entries) whose names match the object entry name that you specify. The last simple name can contain wildcard characters. You can use a with attribute-name = attribute-value clause to limit output only to object entries whose attributes have values equal to the specified values. A space must precede an... |
ll(1) -- list contents of directories
|
For each directory argument, the ls command lists the contents of the directory. For each file argument, ls repeats its name and any other information requested. The output is sorted in ascending collation order by default (see Environment Variables below). When no argument is given, the current directory is listed. When several arguments are given, the arguments are first sorted appropriately, bu... |
ln(1) -- link files and directories
|
The ln command links: + file1 to a new or existing new_file, + file1 to a new or existing file named file1 in existing dest_directory, + file1, file2, ... to new or existing files of the same name in existing dest_directory, + directory1, directory2, ... to new directories of the same name in existing dest_directory, + or it creates symbolic links between files or between directories. If links are... |
locale(1) -- get locale-specific (NLS) information
|
The locale command displays information about the current locale or about available locales. When invoked without arguments, locale displays the name and actual or implied value of each of the locale-related environment variables in the order shown below, one per line: |
localedef(1m) -- generate a locale environment
|
localedef sets up the language environment for the named locale. localedef reads a locale definition file (see localedef(4) for a detailed description) from standard input (default) or from locale_definition file, creates a locale file with the same name as specified for the locale_name parameter, and optionally installs this locale in the appropriate directory. Installation of public locales (tho... |
lock(1) -- reserve a terminal
|
lock requests a password from the user, then prints LOCKED on the terminal and refuses to relinquish the terminal until the password is repeated. If the user forgets the password, the only recourse is to log in elsewhere and kill the lock process. Hewlett-Packard Company - 1 - HP-UX 11i Version 2: August 2003 |
lockd(1m) -- network lock daemon
|
lockd is an RPC server that processes NFS file locking requests from the local kernel or from another remote lock daemon. lockd forwards lock requests for remote data to the server site's lock daemon through the RPC/XDR package (see rpc(3N)). lockd then requests the status monitor daemon, statd for monitor service (see statd(1M)). The reply to the lock request is not sent to the kernel until the ... |
logger(1) -- make entries in the system log
|
The logger command provides a program interface to the syslog() system log module (see syslog(3C)). A message can be given on the command line, which is logged immediately, or a file is read and each line is logged. If no file or message is specified, the contents of the standard input are logged. |
login(1) -- sign on; start terminal session
|
The login command is used at the beginning of each terminal session to properly identify a prospective user. login can be invoked as a user command or by the system as an incoming connection is established. login can also be invoked by the system when a previous user shell terminates but the terminal does not disconnect. If login is invoked as a command, it must replace the initial command interpr... |