|
logger(1) -- make entries in the system log
|
The logger utility provides a shell command interface to the syslog(3) system log module. The following options are available: -4 Force logger to use IPv4 addresses only. -6 Force logger to use IPv6 a... |
login(1) -- log into the computer
|
The login utility logs users (and pseudo-users) into the computer system. If no user is specified, or if a user is specified and authentication of the user fails, login prompts for a user name. Authen... |
|
logname(1) -- display user's login name
|
The logname utility writes the user's login name to standard output followed by a newline. The logname utility explicitly ignores the LOGNAME and USER environment variables because the environment ca... |
logout(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |
look(1) -- display lines beginning with a given string
|
The look utility displays any lines in file which contain string as a prefix. As look performs a binary search, the lines in file must be sorted. If file is not specified, the file /usr/share/dict/wor... |
lookbib(1) -- search bibliographic databases
|
lookbib prints a prompt on the standard error (unless the standard input is not a terminal), reads from the standard input a line containing a set of keywords, searches the bibliographic databases fil... |
lorder(1) -- list dependencies for object files
|
The lorder utility uses nm(1) to determine interdependencies in the list of object files specified on the command line. The lorder utility outputs a list of file names where the first file contains a ... |
lp(1) -- front-end to the print spooler
|
The lp utility is a front-end to the print spooler as required by the IEEE Std 1003.2 (``POSIX.2'') specification. It effectively invokes lpr(1) with the proper set of arguments. It generally prints... |
lpq(1) -- spool queue examination program
|
The lpq utility examines the spooling area used by lpd(8) for printing files on the line printer, and reports the status of the specified jobs or all jobs associated with a user. The lpq utility invok... |
lpr(1) -- off line print
|
The lpr utility uses a spooling daemon to print the named files when facilities become available. If no names appear, the standard input is assumed. The following single letter options are used to not... |
lprm(1) -- remove jobs from the line printer spooling queue
|
The lprm utility will remove a job, or jobs, from a printer's spool queue. Since the spooling directory is protected from users, using lprm is normally the only method by which a user may remove a jo... |
lptest(1) -- generate lineprinter ripple pattern
|
The lptest utility writes the traditional "ripple test" pattern on standard output. In 96 lines, this pattern will print all 96 printable ASCII characters in each position. While originally created ... |
ls(1) -- list directory contents
|
For each operand that names a file of a type other than directory, ls displays its name as well as any requested, associated information. For each operand that names a file of type directory, ls displ... |
ls-F(1) -- shell builtin commands
|
Shell builtin commands are commands that can be executed within the running shell's process. Note that, in the case of csh(1) builtin commands, the command is executed in a subshell if it occurs as a... |
lsvfs(1) -- list installed virtual filesystems
|
The lsvfs command lists information about the currently loaded virtual file system modules. When vfsname arguments are given, lsvfs lists information about the specified VFS modules. Otherwise, lsvfs ... |