1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-12 04:04:08 +02:00

Add resource under linux roadmap (#5608)

* add url to introductory resource

* Update src/data/roadmaps/linux/content/100-navigation-basics/103-directory-hierarchy.md

Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>

* Update src/data/roadmaps/linux/content/100-navigation-basics/103-directory-hierarchy.md

---------

Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
Co-authored-by: dsh <daniel.s.holdsworth@gmail.com>
This commit is contained in:
Machalkas
2024-05-11 04:16:10 +03:00
committed by GitHub
parent 722b1c60d2
commit d7978d39c9

View File

@@ -4,4 +4,8 @@ In Linux, understanding the directory hierarchy is crucial for efficient navigat
Each directory serves a specific purpose. For instance, `/bin` holds binary executable files (command files), `/etc` has system configuration files, `/home` stores users' personal files, and `/var` contains varying files such as logs and print queues. Each directory serves a specific purpose. For instance, `/bin` holds binary executable files (command files), `/etc` has system configuration files, `/home` stores users' personal files, and `/var` contains varying files such as logs and print queues.
No code snippet is necessary as understanding directory hierarchy is a conceptual knowledge and doesn't involve code execution. No code snippet is necessary as understanding directory hierarchy is a conceptual knowledge and doesn't involve code execution.
Visit the following resources to learn more:
- [Overview of File System Hierarchy Standard (FHS)](https://access.redhat.com/documentation/ru-ru/red_hat_enterprise_linux/4/html/reference_guide/s1-filesystem-fhs#s3-filesystem-usr).