Skip to content

Commit

Permalink
Added explanation about absolute and relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
Akshay Ithape committed May 8, 2021
1 parent d679098 commit c374606
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ $ cd
![Absolute_and_relative_path_working_with_shell_I](../../images/Absolute_and_relative_path_working_with_shell_I.PNG)
**Difference Between Absolute and Relative Path**
- **Absolute Path** : An absolute path is defined as specifying the location of a file or directory from the root directory(/).
- **Relative Path** : Relative path is defined as the path related to the present working directly(pwd).
To change to a directory with absolute path. Run **`cd <directory_path>`**
```
Expand Down

0 comments on commit c374606

Please sign in to comment.