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
Are you in or at the office?
How does shebang work?
What is the significance of the 'tee' command?
What is the use of the command 'ls -x chapter[1-5]' ?
Write a command that will display files in the current directory, in a colored, long format.
What is the comma to show the space allocation of files?
How to use grep command to list find the records of a file containing 10 different strings?
What does 'mkdir' command do in UNIX?
How do you repeat a command in terminal?
Who invented grep?
What is the use of cut command in unix?
Is it inbetween or in between?
What is {} in find command?
What is the difference between cat and more command?
Explain ‘library functions’ with respect to unix commands?