From dd3b12cb66f1dcafe4ed9d5a73a4e3a508f30663 Mon Sep 17 00:00:00 2001 From: "stepan.pelc" Date: Thu, 5 Jan 2023 15:19:34 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ff77f71..bc435b9 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,31 @@ ### Structure -- `/` (root) +```bash +$ ls -l +/bin +/boot +/dev +/etc +/home +/lib +/media +/mnt +/opt +/run +/sbin +/srv +/tmp +/proc +/sys +/var +/lost+found +/root +/usr +``` + + +- `/` - This is the beginning of the Linux filesystem hierarchy. All the file paths originate from the root. - `/bin` - Stores essential command binaries which can be used by both system administrator and the user such as cat,ls,mv,ps,mount etc. - `/boot` - This directory contains all the files necessary for the system to boot up - `/dev` - Contains device files for all the physical and virtual devices mounted in the system. @@ -36,6 +60,12 @@ ### Attributes +#### Owneship attributes + +- **user** +- **group** +- **other** + ## Shell ### Types