Deployed 944e497 with MkDocs version: 1.1.2

This commit is contained in:
github-actions
2022-09-25 13:50:48 +00:00
parent 04187e113c
commit a90a6a5cf0
11 changed files with 248 additions and 247 deletions

View File

@@ -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>