Understanding Linux Signals
Signals provide a method for the user to communicate directly with a process, they indicate that an important event has occurred and something should happen.
For example, when you are running a program and you use CTRL+C to stop the program, you are...
node.theflying.dev4 min read