--- layout: page category: File System tags: absolute relative path author: Marwan Announ title: fs ---

ABSOLUTE VS RELATIVE

Now, you can ask, why I have to use one or another?
What is the difference? and questions like this.


Don't worry, the answer it's easy.., we can use an absolute path from any location
whereas you want to use relative path we should be present that you have to be in the working directory.

I'm sure that if you read this for two or more times you will be able to pass the quiz

Yeah, right, there is a quiz.
The best way to learn something it's not the theory, in fact you have to do some practice, if you click
the button "QUIZ", you can try to do a quiz in order to check what you've just read.


Don't worry it's for you, good luck


* for css, please try to do a button or layout to links the quiz*

Are you ready for the quiz?

What is path?

Is a location to a folder or file in a file system of a Operating System
Is an Operating System
Is a folder that you can find on your Operating System

What is an absolute path?

The bigger folder that you can find on your Operating System
Is defined as specifying the location of a file or directory from the root directory(/)
The last location of a file or directory from Documents

"cat /home/a1/group1.txt" it's an example of absolute path?

YES
NO

If you choose "NO" why it's not correct? if you think it's correct don't write anything

"pwd/home/user1cd Documents" it's an example of relative path?

YES
NO