what is the difference between relative path and absolute
path?
Answer Posted / chandrahas
absolute path: it is complete address with domain name,directory name and file name.
ex: http://www.abc.com/images/img1.jpg
relative path: it is just directory name and file name.
ex: images/imag1.jpg
Is This Answer Correct ? | 9 Yes | 11 No |
Post New Answer View All Answers
How do I search for a file in unix command?
Why is it called grep?
What is grep r?
What does 'mkdir' command do in UNIX?
What is the general format of unix command syntax?
What is the use of the tee command?
What is merge command in unix?
Explain command to display different lines that are found when compare two files?
How do you grep recursively?
What is grep in bash?
What do chmod, chown, chgrp commands do?
What is in grep command?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What is the nmap command?
Why is shebang used?