what is the difference between relative path and absolute
path?
Answer Posted / masanam
I agree with below example:
Absolute path:
/home/user/My Picture/images/image123.gif
Obsolute path:
images/image123.gif
| Is This Answer Correct ? | 22 Yes | 21 No |
Post New Answer View All Answers
What is the general format of unix command syntax?
Enumerate some of the most commonly used network commands in unix?
Can you enlist some commonly used network commands?
What is the use of cut command in unix?
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)?
How do I use grep to find a file?
What does the command '$ls | wc –l > file1' do?
What is merge command in unix?
What is the use of tee command?
What is the command to find hidden files in the current directory?
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 are grep patterns?
What are the dos commands?
Describe the usage and functionality of the command rm –r * in unix?