Skip to content

Commit c374606

Browse files
author
Akshay Ithape
committed
Added explanation about absolute and relative path
1 parent d679098 commit c374606

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md

+4
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ $ cd
5656
5757
![Absolute_and_relative_path_working_with_shell_I](../../images/Absolute_and_relative_path_working_with_shell_I.PNG)
5858
59+
**Difference Between Absolute and Relative Path**
60+
61+
- **Absolute Path** : An absolute path is defined as specifying the location of a file or directory from the root directory(/).
62+
- **Relative Path** : Relative path is defined as the path related to the present working directly(pwd).
5963
6064
To change to a directory with absolute path. Run **`cd <directory_path>`**
6165
```

0 commit comments

Comments
 (0)