Reorder the linux file system information to reflect the same order (#142)

* Reorder the linux file system information to reflect the same order in the image.
* Pin jinja2<3.1.0 to prevent mkdocs from being broken

Co-authored-by: George Tony <gtony@gtony-mn1.linkedin.biz>
This commit is contained in:
George Tony
2022-09-25 19:20:20 +05:30
committed by GitHub
parent b2bd90acbb
commit 944e497c7c
3 changed files with 15 additions and 12 deletions

View File

@@ -35,21 +35,23 @@ files or user related files.
![](images/linux/commands/image17.png)
bin | The executable program of most commonly used commands reside in bin directory
sbin | This directory contains programs used for system administration.
home | This directory contains user related files and directories.
lib | This directory contains all the library files
bin | The executable program of most commonly used commands reside in bin directory
dev | This directory contains files related to devices on the system
etc | This directory contains all the system configuration files
home | This directory contains user related files and directories.
lib | This directory contains all the library files
mnt | This directory contains files related to mounted devices on the system
proc | This directory contains files related to the running processes on the system
dev | This directory contains files related to devices on the system
root | This directory contains root user related files and directories.
mnt | This directory contains files related to mounted devices on the system
sbin | This directory contains programs used for system administration.
tmp | This directory is used to store temporary files on the system