In the bash terminal I can hit Control+Z to suspend any running proccessprocess... then I can type fg to resume the proccessprocess.
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-proccessprocess $PID_OF_PROCCESS$PID_OF_PROCESS and then to resume it with
resume-proccessprocess $PID_OF_PROCCESS$PID_OF_PROCESS