what is the difference between relative path and absolute
path?
Answer Posted / raveendra reddy
absolute path contains the exact path if anyone wants
to search for the particular file.this path contains all
the root folder information.so, by seeing the absolute path
anyone can easily determine a particular file in our system.
relative path also contains the root folder
information,but we can't determine any file with that
information.if anyone who are there in the root folder or
who knows the root folder only can be determine particular
file.
I think this information is enough to understand.bye
| Is This Answer Correct ? | 30 Yes | 11 No |
Post New Answer View All Answers
What does pipe () return?
What is the use of the command 'ls -x chapter[1-5]' ?
What is “chmod” command?
What is the behavioural difference between cmp and diff commands?
How do you grep recursively?
How do you grep a case insensitive?
What is command substitution?
What is the use of awk command in unix?
What is a command and examples?
Why is it called grep?
Which command should you use to find the remaining disk space in unix server?
What does the metacharacter mean?
What is the difference between cat command and more command?
What is the use of sed command in unix?
Which command is used to find whether the system is 32 bit or 64 bit?