1.

What is the difference between an absolute path and a relative path in Unix?

Answer»
S.noABSOLUTE PATHRELATIVE PATH
1.the full path starting at the root directory (/).Path in relation to the present working directory as the reference.
2.Example - /home/math/tutorialAccess the current directory using the COMMANDPWD’. CHANGE the directory using ‘cd’.


Discussion

No Comment Found