Keyboard command to stop a foreground process
It is possible for a process to be stopped but not have its process ID (PID) removed from the process table. You can stop a foreground process by pressing Ctrl-Z from the keyboard.
Note: Ctrl-Z works in the Korn shell (ksh) and C shell (csh),
but not in the Bourne shell (bsh).