suspend

suspends the current process

KornShell Built-in


SYNOPSIS

suspend


DESCRIPTION

suspend stops the current process from executing by sending a SIGSTOP signal to itself. This process can resume by receiving a SIGCONT signal from another qualifying process. suspend is a built-in alias defined as
alias suspend="stop \$\$"


DIAGNOSTICS

Possible exit status values are:
0
Successful completion.


PORTABILITY

POSIX.2. x/OPEN Portability Guide 4.0.


NOTE

This is an alias built into the MKS KornShell.


SEE ALSO

Commands:
alias, jobs, sh, ps, stop,


Updated MKS Toolkit [3khat16.ico]HP3000 [3khat16.ico]3kMail