How to get the PID of process and send signals
On my previous article, I've talked about Linux Signals and how you can send a specific signal with the kill command. On this article, I will talk a bit more about job control. How you can see running processes and how to use the knowledge we gained ...
Oct 21, 20205 min read271

