Lines Matching +full:system +full:- +full:control

1 .\"-
40 is in the \s-2UNIX\s0 User Reference manual in section 1.
100 of the entire directory system \- called the
114 specifies a shorter or different name for a \s-2UNIX\s0
128 Commands in \s-2UNIX\s0 receive a list of
163 \- the part after
182 The standard system
198 is a builtin command used to exit from loops within the control
205 control structure, like a
212 Most commands in \s-2UNIX\s0 are not built into the shell,
225 statement in the shell's control structure, similar to that of the
257 command is used to change the shell which you use on \s-2UNIX\s0.
262 chsh your-login-name /bin/csh
269 The next time you log in to \s-2UNIX\s0 after doing this command,
281 A function performed by the system, either by the shell
285 a directory within the \s-2UNIX\s0 system, is called a
294 The convention on \s-2UNIX\s0 is that the first word of a
326 .IP control-
328 .I control
329 characters, are produced by holding down the \s-2CONTROL\s0 key
331 the \s-2SHIFT\s0 key is used to produce upper case characters. Thus
332 .I control- c
333 is produced by holding down the \s-2CONTROL\s0 key while pressing the
334 `c' key. Usually \s-2UNIX\s0 prints a caret (^) followed by the
336 .I control
338 .I control- c
341 When a program terminates abnormally, the system places an image
345 can be examined with the system debugger `adb (1)'
353 or a system administrator,
360 It is one of the most commonly used \s-2UNIX\s0 commands (1.6).
405 .IP \s-2DELETE\s0
407 \s-2DELETE\s0
409 \s-2RUBOUT\s0
484 command is part of the `if-then-else-endif' control
500 .IP \s-2EOF\s0
502 .I "end\f1-\fPof\f1-\fPfile"
503 is generated by the terminal by a control-d,
509 .I "end\f1-\fPof\f1-\fPfile"
512 .I "end\f1-\fPof\f1-\fPfile" .
514 .I "end\f1-\fPof\f1-\fPfile"
517 by typing too many control-d's (1.1, 1.8, 3.8).
535 There is also a non-printing character called
538 \s-2ESC\s0
540 \s-2ALTMODE\s0
542 Some older \s-2UNIX\s0 systems use this character to indicate that
545 Most systems use control-s to stop the output and control-q to start it.
548 system.
569 It does this by returning a non-zero number as its
575 command can be used to force a shell command script to give a non-zero
593 to control the conditional structures used in the writing of shell
611 `\-me'
619 .I "job control"
630 Each file in \s-2UNIX\s0 has a name consisting of up to 14 characters
658 Many \s-2UNIX\s0 commands accept arguments which are not the names
663 the character `\-' (1.2).
667 `\-s' to list the sizes of files.
670 ls \-s
690 control characters at the keyboard (1.8, 2.6).
694 used in shell scripts to transfer control to a given label (3.7).
782 if you type a control-d at a prompt of `% '.
783 This is the way you usually log off the system.
793 This is useful if you sometimes accidentally type too many control-d
797 Many commands on \s-2UNIX\s0 take information from the terminal or from
829 of UNIX the \s-2RUBOUT\s0 or \s-2DELETE\s0 key were used for this purpose.)
860 .IP "job\ control"
861 The builtin functions that control the execution of
863 .I "job control"
875 .I "job control"
896 directory is read by the shell each time you login to \s-2UNIX\s0
918 Normally, a login shell will exit when you hit control-d
920 .I end\f1-\fPof\f1-\fPfile,
927 to log off the \s-2UNIX\s0 system (2.8).
929 When you log off of \s-2UNIX\s0 the shell will execute commands from
941 spooled and printed on the \s-2UNIX\s0 line printer.
953 (list files) command is one of the most commonly used \s-2UNIX\s0
965 program is used to send and receive messages from other \s-2UNIX\s0
988 `\s-2UNIX\s0 manual'.
989 It contains 8 numbered sections with a description of each \s-2UNIX\s0
990 program (section 1), system call (section 2), subroutine (section 3),
992 miscellaneous item (section 7) and system administration program (section 8).
1011 either to the shell or to \s-2UNIX\s0.
1050 writes a file on your terminal allowing you to control how much text
1085 command is built into the shell and is used to control the action
1090 Many commands in \s-2UNIX\s0 result in some lines of text which are
1149 the standard system directories `/usr/ucb', `/bin' and `/usr/bin' for the named
1178 directory in the file system.
1212 The part of a computer system to which each terminal is
1215 Usually the system has a fixed number of
1218 for dial-up access, and some of which are permanently
1236 \s-2UNIX\s0 assigns each
1239 started \- called the
1294 and the amount of \s-2CPU\s0 time it has used so far.
1315 signal, generated by a control-\e,
1392 .IP \s-2RUBOUT\s0
1393 The \s-2RUBOUT\s0 or \s-2DELETE\s0
1395 prefer the \s-2BACKSPACE\s0 for this purpose. On older versions of \s-2UNIX\s0
1396 this key served as the \s-2INTR\s0 character.
1400 since they are automatically removed by the system after a couple of
1401 days of non-use, or more frequently if disk space becomes tight (1.3).
1435 system is concerned.
1447 in \s-2UNIX\s0 is a short message that is sent to a running program
1451 .I control
1495 Commands may return non-zero
1520 program changes certain parameters inside \s-2UNIX\s0 which determine
1540 after a \s-2STOP\s0 signal is sent to it, either by typing a
1541 .I control -z
1570 .I end\f1-\fPof\f1-\fPfile
1586 `if-then-else-endif' control construct used in command scripts (3.6).
1590 command can be used to measure the amount of \s-2CPU\s0
1598 and to tell the system what kind of terminal you are using.
1606 in \s-2UNIX\s0 to indicate the
1619 .IP \s-2UNIX\s0
1620 \s-2UNIX\s0 is an operating system on which
1623 \s-2UNIX\s0 provides facilities which allow
1667 .I \-v
1677 builtin control construct is used in shell command scripts (3.7).
1682 Many characters which are neither letters, digits, `\-', `.' nor `/'
1715 \s-2UNIX\s0 (you have to take turns typing). If you are both using display