1suspend(1)                       User Commands                      suspend(1)
2
3
4

NAME

6       suspend - shell built-in function to halt the current shell
7

SYNOPSIS

9   sh
10       suspend
11
12
13   csh
14       suspend
15
16
17   ksh
18       suspend
19
20

DESCRIPTION

22   sh
23       Stops  the  execution  of the current shell (but not if it is the login
24       shell).
25
26   csh
27       Stop the shell in its tracks, much as if it had been sent a stop signal
28       with ^Z. This is most often used to stop shells started by su.
29
30   ksh
31       Stops  the  execution  of the current shell (but not if it is the login
32       shell).
33

ATTRIBUTES

35       See attributes(5) for descriptions of the following attributes:
36
37
38
39
40       ┌─────────────────────────────┬─────────────────────────────┐
41       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
42       ├─────────────────────────────┼─────────────────────────────┤
43       │Availability                 │SUNWcsu                      │
44       └─────────────────────────────┴─────────────────────────────┘
45

SEE ALSO

47       csh(1), kill(1), ksh(1), sh(1), su(1M), attributes(5)
48
49
50
51SunOS 5.11                        15 Apr 1994                       suspend(1)
Impressum