1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +02:00

Update resources for killing resources (#8788)

I add a free resource from linuxjourney.com. Inside the link, it explains the default signal sent by kill command and the it explains the differences among signals option

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
Muhammad Nanda Alfian
2025-06-24 07:57:45 +08:00
committed by GitHub
parent ae74f50d4a
commit 7b411e7c34

View File

@@ -4,5 +4,6 @@ The `kill` command terminates processes in Linux by sending signals to specific
Learn more from the following resources:
- [@article@Killing Processes](https://linuxjourney.com/lesson/killing-processes)
- [@article@Using Kill Command in Linux](https://linuxhandbook.com/kill-command/)
- [@article@Kill Command in Linux](https://linuxize.com/post/kill-command-in-linux/)
- [@article@Kill Command in Linux](https://linuxize.com/post/kill-command-in-linux/)