From ac74bfdc4c1ab13d13749887bfa934ad34867fa2 Mon Sep 17 00:00:00 2001 From: Maksim Date: Thu, 19 Jan 2023 02:37:04 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 54456e1..9703f4f 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Contributions are always welcome! ## Linux +- [ ] [What every SRE should know about GNU/Linux shell related internals: file descriptors, pipes, terminals, user sessions, process groups and daemons](https://biriukov.dev/docs/fd-pipe-session-terminal/0-sre-should-know-about-gnu-linux-shell-related-internals-file-descriptors-pipes-terminals-user-sessions-process-groups-and-daemons) + ### Boot Process - [ ] [An introduction to the Linux boot and startup processes](https://opensource.com/article/17/2/linux-boot-and-startup)