In this post we will see how to pause (suspend) and start a linux process using signals (SIGTSTP and SIGCONT) via kill command.

The post Linux shell script: Pause (Suspend) a process with kill signals first appeared on ..::CHANGE is INEVITABLE::...