mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-19 23:18:02 +00:00
Deployed 944e497 with MkDocs version: 1.1.2
This commit is contained in:
@@ -2497,14 +2497,15 @@ present inside the root directory stores file related to the system.
|
||||
These directories in turn can either store system files or application
|
||||
files or user related files.</p>
|
||||
<p><img alt="" src="../images/linux/commands/image17.png" /></p>
|
||||
<p>bin | The executable program of most commonly used commands reside in bin directory </p>
|
||||
<p>sbin | This directory contains programs used for system administration.</p>
|
||||
<p>bin | The executable program of most commonly used commands reside in bin directory</p>
|
||||
<p>dev | This directory contains files related to devices on the system </p>
|
||||
<p>etc | This directory contains all the system configuration files</p>
|
||||
<p>home | This directory contains user related files and directories.</p>
|
||||
<p>lib | This directory contains all the library files</p>
|
||||
<p>etc | This directory contains all the system configuration files</p>
|
||||
<p>proc | This directory contains files related to the running processes on the system</p>
|
||||
<p>dev | This directory contains files related to devices on the system</p>
|
||||
<p>mnt | This directory contains files related to mounted devices on the system</p>
|
||||
<p>proc | This directory contains files related to the running processes on the system</p>
|
||||
<p>root | This directory contains root user related files and directories.</p>
|
||||
<p>sbin | This directory contains programs used for system administration.</p>
|
||||
<p>tmp | This directory is used to store temporary files on the system</p>
|
||||
<p>usr | This directory is used to store application programs on the system</p>
|
||||
<h2 id="commands-for-navigating-the-file-system">Commands for Navigating the File System</h2>
|
||||
|
||||
Reference in New Issue
Block a user