1
0
mirror of https://github.com/bregman-arie/devops-exercises.git synced 2025-07-15 23:54:32 +02:00

Solution for /proc (#276)

This commit is contained in:
laumane
2022-08-19 07:59:44 +02:00
committed by GitHub
parent 63b0f825e1
commit 04dc78b5b7

View File

@ -313,6 +313,8 @@ The root of the filesystem. The beginning of the tree.
<details>
<summary>What kind of information one can find in /proc?</summary><br><b>
It contains useful information about the processes that are currently running, it is regarded as control and information center for kernel.
</b></details>
<details>