You Cannot SIGINT a Background ProcessMay 25, 2022 · 2 min read
There are many ways to kill a process in UNIX. There are flags to kill it gracefully, without curropting the resources it is accessing, and others to forcibly terminate it, especially used if the process is hanging. However, not all flags can be used with all processes.