mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-21 07:58:03 +00:00
Update command_line_basics.md
Line break formatting fix on the file system descriptions.
This commit is contained in:
@@ -36,14 +36,23 @@ files or user related files.
|
|||||||

|

|
||||||
|
|
||||||
bin | The executable program of most commonly used commands reside in bin directory
|
bin | The executable program of most commonly used commands reside in bin directory
|
||||||
|
|
||||||
sbin | This directory contains programs used for system administration.
|
sbin | This directory contains programs used for system administration.
|
||||||
|
|
||||||
home | This directory contains user related files and directories.
|
home | This directory contains user related files and directories.
|
||||||
|
|
||||||
lib | This directory contains all the library files
|
lib | This directory contains all the library files
|
||||||
|
|
||||||
etc | This directory contains all the system configuration files
|
etc | This directory contains all the system configuration files
|
||||||
|
|
||||||
proc | This directory contains files related to the running processes 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
|
dev | This directory contains files related to devices on the system
|
||||||
|
|
||||||
mnt | This directory contains files related to mounted devices on the system
|
mnt | This directory contains files related to mounted devices on the system
|
||||||
|
|
||||||
tmp | This directory is used to store temporary files on the system
|
tmp | This directory is used to store temporary files on the system
|
||||||
|
|
||||||
usr | This directory is used to store application programs on the system
|
usr | This directory is used to store application programs on the system
|
||||||
|
|
||||||
## Commands for Navigating the File System
|
## Commands for Navigating the File System
|
||||||
|
|||||||
Reference in New Issue
Block a user