|
sh(1) -- command interpreter (shell)
|
The sh utility is the standard command interpreter for the system. The current version of sh is in the process of being changed to conform with the IEEE Std 1003.2 (``POSIX.2'') specification for th... |
shar(1) -- create a shell archive of files
|
The shar command writes a sh(1) shell script to the standard output which will recreate the file hierarchy specified by the command line operands. Directories will be recreated and must be specified b... |
|
shift(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... |
size(1) -- list section sizes and total size.
|
The GNU size utility lists the section sizes---and the total size---for each of the object or archive files objfile in its argument list. By default, one line of output is generated for each object fi... |
sleep(1) -- suspend execution for an interval of time
|
The sleep command suspends execution for a minimum of seconds. If the sleep command receives a signal, it takes the standard action. |
slogin(1) -- OpenSSH SSH client (remote login program)
|
ssh (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications be... |
smbutil(1) -- interface to the SMB requester
|
The smbutil command is used to control SMB requester and issue various commands. There are two types of options -- global and local to the specified command. Global options are as follows: -h Print a ... |
sockstat(1) -- list open sockets
|
The sockstat command lists open Internet or UNIX domain sockets. The following options are available: -4 Show AF_INET (IPv4) sockets. -6 Show AF_INET6 (IPv6) sockets. -c Show connected sockets. -l Sho... |
soelim(1) -- interpret .so requests in groff input
|
soelim reads files and replaces lines of the form .so file by the contents of file. It is useful if files included with so need to be preprocessed. Normally, soelim should be invoked with the -s optio... |
sort(1) -- sort lines of text files
|
Write sorted concatenation of all FILE(s) to standard output. Ordering options: Mandatory arguments to long options are mandatory for short options too. -b, --ignore-leading-blanks ignore leading blan... |
source(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... |
split(1) -- split a file into pieces
|
The split utility reads the given file and breaks it up into files of 1000 lines each. If file is a single dash (`-') or absent, split reads from the standard input. The options are as follows: -a Us... |
sscop(1) -- SSCOP transport protocol
|
The sscop tool implements the Q.2110 transport protocol. Normally the program reads from standard input and sends this input over the SSCOP protocol on the standard output file descriptor. This means,... |
ssh(1) -- OpenSSH SSH client (remote login program)
|
ssh (SSH client) is a program for logging into a remote machine and for executing commands on a remote machine. It is intended to replace rlogin and rsh, and provide secure encrypted communications be... |
ssh-add(1) -- adds RSA or DSA identities to the authentication agent
|
ssh-add adds RSA or DSA identities to the authentication agent, ssh-agent(1). When run without arguments, it adds the files $HOME/.ssh/id_rsa, $HOME/.ssh/id_dsa and $HOME/.ssh/identity. Alternative fi... |