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 command is used to switching between users in unix?
Which command is used to restrict incoming messages?
What is “chmod” command?
What is s and g in sed command?
What is the command to view process running?
What difference between cmp and diff commands?
What are the unix commands?
What are the dos commands?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system.
How can i findthe right soluion???
My pgm:
#include
What is the command to find maximum memory taking process on the server?
What happens when we execute a unix command?
Which command is used to delete all files in the current directory and all its sub-directories?
Explain command to display different lines that are found when compare two files?
Describe the zip/unzip command using gzip.
What does #!/ Bin sh do?