From 7b411e7c346187ac03ec7429c3f61383a5eb691a Mon Sep 17 00:00:00 2001 From: Muhammad Nanda Alfian <77107602+nandalfian12@users.noreply.github.com> Date: Tue, 24 Jun 2025 07:57:45 +0800 Subject: [PATCH] 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 --- .../linux/content/killing-processes@0FLUI9r7znMqi6YKReLzD.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/data/roadmaps/linux/content/killing-processes@0FLUI9r7znMqi6YKReLzD.md b/src/data/roadmaps/linux/content/killing-processes@0FLUI9r7znMqi6YKReLzD.md index 80a5051ea..51c5dc034 100644 --- a/src/data/roadmaps/linux/content/killing-processes@0FLUI9r7znMqi6YKReLzD.md +++ b/src/data/roadmaps/linux/content/killing-processes@0FLUI9r7znMqi6YKReLzD.md @@ -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/) \ No newline at end of file