DUMP(8) - System Manager’s Manual # DUMP(8) - System Manager’s Manual
NAME # dump, rdump - filesystem backup
SYNOPSIS # dump [-0123456789acnSuWw] [-B records] [-b blocksize] [-d density] [-f file] [-h level] [-s feet] [-T date] files-to-dump
DESCRIPTION # dump examines files on a filesystem and determines which files need to be backed up. These files are copied to the given disk, tape or other storage medium for safe keeping.
...
Editline,
Popen,
Editrc,
Proxy,
Ftpd,
Getservbyname,
Stty,
Services,
Tftp,
Basename,
Csh,
More,
Tar,
Ftp FTP(1) - General Commands Manual # FTP(1) - General Commands Manual
NAME # ftp - Internet file transfer program
SYNOPSIS # ftp [-46AadEegiMmnptVv] [-D title] [-k seconds] [-P port] [-r seconds] [-s sourceaddr] [host [port]]
ftp [-C] [-N name] [-o output] [-s sourceaddr] ftp://[user:password@]host[:port]/file[/] …
ftp [-CTu] [-c cookie] [-N name] [-o output] [-S ssl_options] [-s sourceaddr] [-U useragent] [-w seconds] http[s]://[user:password@]host[:port]/file …
ftp [-C] [-N name] [-o output] [-s sourceaddr] file:file …
...
KSH(1) - General Commands Manual # KSH(1) - General Commands Manual
NAME # ksh, rksh - public domain Korn shell
SYNOPSIS # ksh [-+abCefhiklmnpruvXx] [-+o option] [-c string | -s | file [argument …]]
DESCRIPTION # ksh is a command interpreter intended for both interactive and shell script use. Its command language is a superset of the sh(1) shell language.
The options are as follows:
-c string
ksh will execute the command(s) contained in string.
...
STTY(1) - General Commands Manual # STTY(1) - General Commands Manual
NAME # stty - set the options for a terminal device interface
SYNOPSIS # stty [-a | -e | -g] [-f file] [operands]
DESCRIPTION # 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 as well as additional ones if they differ from their default values.
...
TELNET(1) - General Commands Manual # TELNET(1) - General Commands Manual
NAME # telnet - user interface to the TELNET protocol
SYNOPSIS # telnet [-4678acDEKLr] [-b hostalias] [-e escapechar] [-l user] [-n tracefile] [-V rtable] [host [port]]
DESCRIPTION # 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>).
...
Vmstat,
Fstat,
Mem,
Renice,
Kill,
Stty,
Ps,
Netstat,
Systat,
Iostat,
Pstat,
Top TOP(1) - General Commands Manual # TOP(1) - General Commands Manual
NAME # top - display and update information about the top CPU processes
SYNOPSIS # top [-1bCHIinqStu] [-d count] [-g string] [-o [-]field] [-p pid] [-s time] [-T [-]rtable] [-U [-]user] [number]
DESCRIPTION # top displays the top processes on the system and periodically updates this information. If standard output is an intelligent terminal (see below) then as many processes as will fit on the terminal screen are displayed by default.
...
TTY(1) - General Commands Manual # TTY(1) - General Commands Manual
NAME # tty - return user’s terminal name
SYNOPSIS # tty [-s]
DESCRIPTION # The tty utility writes the name of the terminal attached to standard input to standard output. The name that is written is the string returned by ttyname(3).
If the standard input is not a terminal, the message “not a tty” is written.
The options are as follows:
...
TTY(4) - Device Drivers Manual # TTY(4) - Device Drivers Manual
NAME # tty, cua - general terminal interface
SYNOPSIS # #include <sys/ioctl.h>
DESCRIPTION # This section describes the interface to the terminal drivers in the system.
Terminal Special Files # Each hardware terminal port (such as a serial port) on the system usually has a terminal special device file associated with it in the directory /dev/ (for example, /dev/tty03).
...