We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d679098 commit c374606Copy full SHA for c374606
docs/02-Working-With-Shell-Part-I/02-Basic-Commands.md
@@ -56,6 +56,10 @@ $ cd
56
57

58
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).
63
64
To change to a directory with absolute path. Run **`cd <directory_path>`**
65
```
0 commit comments