process_handling
Process Handling
To suspend a process and to wake it up again. In bash this is done by CTRL+Z (bg) und then fg again.
With kills this done be done like that
kill -SIGSTOP $pid kill -SIGCONT $pid
Tags: suspend process kill background foreground
process_handling.txt · Last modified: 2024/04/11 14:23 by 127.0.0.1