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
Is it inbetween or in between?
What does grep v do?
Is ‘du’ a command? If so, what is its use?
Which command should you use to find the remaining disk space in unix server?
What command is used to check the current users?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one 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 difference between cmp and diff commands?
What is in grep command?
Which command is used to copy files?
What is nr in awk command?
What is the use of the tee command?
Differentiate cmp command from diff command.
How do I use nslookup?
What is the nmap command?