Tonight I Learned - 001
While doing a course in boot.dev, I learned about signals.
A signal is an event generated by UNIX and Linux systems in response to some conditions.
There are lots of signals. I took a glance at shutdown signals, specifically, as the goal was to take ...