TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-221
SUSPEND Command
Examples
1. To suspend the last process you started from the current TACL, enter:
14> SUSPEND
15>
2. If you started a process with cpu,pin 0,18, or if you are the super ID, you can
suspend the process by entering:
14> SUSPEND 0,18
15>
3. If you are a group manager and a member of your group started the process
whose name is $CLOCK, or if you are the super ID, you can suspend the process
by entering the process name or cpu,pin:
15> SUSPEND $CLOCK
16>