what is the difference between relative path and absolute
path?
Answer Posted / sudipta
absolute means the path is absolutely present that means the required file's original path, from whenever u r present on ur system.
e.g.
i am finding for a file 'mypic.jpeg' which is present at d:/>my drive/picture & i'm present in the c:/>my document folder,then from that position the absoluute path is
'd:/>my drive/picture/mypic.jpeg'.
But in case of relative path,it indicate the path which is relative to that file(which one u want i.e 'mypic.jpeg') where it is present from that current location ,that may be the same folder,& it casually use when we hosted the file from server,locate the file with in the current folder & that is starting with '\' in windows os..
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
hw will u use awk in replacing cahrs and files
What does awk stand for?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
what is the advaantage of each user having its own copy of the shell?
What is the difference between grep and grep?
How many unix commands are there?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Explain the steps that a shell follows while processing a command.
How do I run a whois command?
Why is shebang used?
What is the search command in unix?
What is grep command in unix with examples?
How does pipe () work?
What does #!/ Bin sh do?
What is rmdir command?