From 04dc78b5b7fe8c030aaf21b5ed190dcdcf85cbb4 Mon Sep 17 00:00:00 2001 From: laumane <58359255+laumane@users.noreply.github.com> Date: Fri, 19 Aug 2022 07:59:44 +0200 Subject: [PATCH] Solution for /proc (#276) --- topics/linux/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topics/linux/README.md b/topics/linux/README.md index 4cff3aa..7818c80 100644 --- a/topics/linux/README.md +++ b/topics/linux/README.md @@ -313,6 +313,8 @@ The root of the filesystem. The beginning of the tree.
What kind of information one can find in /proc?
+ +It contains useful information about the processes that are currently running, it is regarded as control and information center for kernel.