|
stty(1) -- set the options for a terminal device interface
|
The stty utility sets or reports on terminal characteristics for the device that is its standard input. If no options or operands are specified, it reports the settings of a subset of characteristics ... |
su(1) -- substitute user identity
|
su requests the Kerberos password for login (or for ``login.root'', if no login is provided), and switches to that user and group ID after obtaining a Kerberos ticket granting access. A shell is the... |
|
sum(1) -- display file checksums and block counts
|
The cksum utility writes to the standard output a single line for each input file. The format of this line varies with the algorithm being used as follows: cksum The output line consists of three whit... |
sup(1) -- software upgrade protocol
|
Sup is a program used for upgrading collections of files from other machines to your machine. You execute sup, the client program, which talks over the network using IP/TCP to a file server process. T... |
suspend(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... |
systat(1) -- display system statistics on a CRT
|
systat displays various system statistics in a screen oriented fashion using the curses screen display library, curses(3). While systat is running the screen is usually divided into two windows (an ex... |
systrace(1) -- generate and enforce system call policies
|
The systrace utility monitors and controls an application's access to the system by enforcing access policies for system calls. The systrace utility might be used to trace an untrusted application's... |
tail(1) -- display the last part of a file
|
The tail utility displays the contents of file or, by default, its standard input, to the standard output. The display begins at a byte, line, or 512-byte block location in the input. Numbers having a... |
talk(1) -- talk to another user
|
talk is a visual communication program which copies lines from your terminal to that of another user. The command arguments are as follows: -H Don't escape characters with the high bit set. This may ... |
tar(1) -- tape archiver
|
The tar command creates, adds files to, or extracts files from an archive file in ``tar'' format. A tar archive is often stored on a magnetic tape, but can be stored equally well on a floppy, CD-ROM... |
tbl(1) -- format tables for troff
|
tbl is a preprocessor for troff which is used to format tables. These tables are composed from columns that can be independently justified, headings may be placed over single columns or groups of colu... |
tcopy(1) -- copy and/or verify mag tapes
|
tcopy is designed to copy magnetic tapes. The only assumption made about the tape is that there are two tape marks at the end. tcopy with only a source tape (/dev/rst0 by default) specified will print... |
tee(1) -- pipe fitting
|
The tee utility copies standard input to standard output, making a copy in zero or more files. The output is unbuffered. The options are as follows: -a Append the output to the files rather than overw... |
telnet(1) -- user interface to the TELNET protocol
|
The telnet command is used to communicate with another host using the TELNET protocol. If telnet is invoked without the host argument, it enters command mode, indicated by its prompt (telnet>). In thi... |
test(1) -- condition evaluation utility
|
The test utility evaluates the expression and, if it evaluates to true, returns a zero (true) exit status; otherwise it returns 1 (false). If no expression is given, test also returns 1 (false). All o... |