Unix and Linux Discussions Tagged with csh |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
8 |
10,647 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
3,685 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,491 |
Shell Programming and Scripting |
|
|
|
1 |
2,207 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
4,184 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
2,301 |
Shell Programming and Scripting |
|
|
|
5 |
2,040 |
Shell Programming and Scripting |
|
|
|
5 |
3,853 |
Shell Programming and Scripting |
|
|
|
4 |
1,511 |
Shell Programming and Scripting |
|
|
|
4 |
2,905 |
Shell Programming and Scripting |
|
|
|
2 |
1,327 |
Shell Programming and Scripting |
|
|
|
13 |
4,360 |
Shell Programming and Scripting |
|
|
|
10 |
7,233 |
Shell Programming and Scripting |
|
|
|
12 |
4,819 |
Shell Programming and Scripting |
|
|
|
2 |
9,164 |
Red Hat |
|
|
|
2 |
9,352 |
Shell Programming and Scripting |
|
|
|
3 |
18,512 |
Shell Programming and Scripting |
|
|
|
9 |
4,023 |
Shell Programming and Scripting |
|
|
|
7 |
10,953 |
Shell Programming and Scripting |
|
|
|
3 |
2,910 |
Linux |
|
|
|
9 |
2,676 |
Shell Programming and Scripting |
|
|
|
15 |
42,736 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
6,627 |
Shell Programming and Scripting |
|
|
|
7 |
12,623 |
Shell Programming and Scripting |
|
|
|
4 |
18,128 |
Shell Programming and Scripting |
|
|
|
3 |
4,361 |
Shell Programming and Scripting |
|
|
|
5 |
4,667 |
Shell Programming and Scripting |
|
|
|
2 |
12,132 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
9,099 |
UNIX for Dummies Questions & Answers |
|
|
|
6 |
24,318 |
Homework & Coursework Questions |
|
|
|
3 |
3,010 |
Shell Programming and Scripting |
|
|
|
1 |
16,957 |
Shell Programming and Scripting |
|
|
|
5 |
4,930 |
Shell Programming and Scripting |
|
|
|
0 |
8,854 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
180,994 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
4,972 |
Shell Programming and Scripting |
|
|
|
4 |
2,098 |
Shell Programming and Scripting |
|
|
|
16 |
8,137 |
Programming |
|
|
|
4 |
4,050 |
Shell Programming and Scripting |
|
|
|
1 |
2,843 |
Shell Programming and Scripting |
suspend(1) User Commands suspend(1)
NAME
suspend - shell built-in function to halt the current shell
SYNOPSIS
sh
suspend
csh
suspend
ksh
suspend
DESCRIPTION
sh
Stops the execution of the current shell (but not if it is the login shell).
csh
Stop the shell in its tracks, much as if it had been sent a stop signal with ^Z. This is most often used to stop shells started by su.
ksh
Stops the execution of the current shell (but not if it is the login shell).
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
+-----------------------------+-----------------------------+
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
+-----------------------------+-----------------------------+
|Availability |SUNWcsu |
+-----------------------------+-----------------------------+
SEE ALSO
csh(1), kill(1), ksh(1), sh(1), su(1M), attributes(5)
SunOS 5.10 15 Apr 1994 suspend(1)