what is the difference between relative path and absolute
path?
Answer Posted / suitable
relative path do not begin with /. its specifies location
relative to your current working directory and it can be
used as a shorter way to specify a file name.
absolute path always begin with a / (slash). It is a
complete "road map" file location.
| Is This Answer Correct ? | 159 Yes | 35 No |
Post New Answer View All Answers
What does sed command do in unix?
How do I use nslookup?
What do know about tee command?
What does find command return in unix?
What is the nmap command?
What are the general commands in using unix os for a beginner?
What does the command '$ls | wc –l > file1' do?
What does grep v do?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What is grep and how do you use it?
What is unix command?
What are the unix commands?
Which command is used to restrict incoming messages?
What is command statement?
Why is it called a shebang?