In the bash terminal I can hit Control+Z to suspend any running proccess... then I can type fg to resume the proccess.
Is it possible to suspend a process if I only have it's PID? And if so, what command should I use?
I'm looking for something like:
suspend-proccess $PID_OF_PROCCESS
and then to resume it with
resume-proccess $PID_OF_PROCCESS