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
What does 'mkdir' command do in UNIX?
How to find $ai_serual resolved path by using unix
What does the “echo” command do?
Which command is used to copy files?
how to sort the content of the file based on numeric values
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
What is the significance of the 'tee' command?
Which command is used to delete all files in the current directory and all its sub-directories?
What is the difference between cat command and more command?
What does #!/ Bin sh do?
What is merge command in unix?
What do chmod, chown, chgrp commands do?
Which command is used to kill the last background job?
What is a command and examples?
what is the advaantage of each user having its own copy of the shell?