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
Name the unix command to find how many days the server has been up.
What is the search command in unix?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Which command is used to create a directory?
Who command in unix?
What does this command do,"$more readme.txt“?
How do I run a bash script?
Explain ‘library functions’ with respect to unix commands?
What is the use of find command in unix?
what is the advaantage of each user having its own copy of the shell?
What are grep patterns?
What does touch command do in unix?
What is a command and examples?
Which command is used to restrict incoming messages?
What is awk used for?