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
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
Why is it called grep?
What is command substitution?
Which command can you use to find the currently running process in unix server?
What do chgrp command do?
Which command is used to copy files?
What is the comma to show the space allocation of files?
What's a command word?
How do I search for text in vi?
What is nr in awk command?
Which command is used to find whether the system is 32 bit or 64 bit?
Explain ‘library functions’ with respect to unix commands?
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Write a command to kill the last background job?
What is grep command in unix with examples?