Relative path is the path related to current working directory.
EX.: var/root/cd virginia.
Absolute is a complete path from present to end file/directory.
EX.: create directory “Loundon” in existing “Virginia” directory.
mkdir/var/root/virginia/loundon
An absolute path is defined as the specifying the location of a file or directory from the root directory(/). In other words we can say absolute path is a complete path from start of actual filesystem from / directory.
For example: /var/root/va
Relative path is defined as path related to the present working directory(pwd). here is an example
/var/root/va # cd /var/root/md
this will change directory to md and will display it as /var/root/md
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
March 29, 2015 at 11:35 pm
Relative path is the path related to current working directory.
EX.: var/root/cd virginia.
Absolute is a complete path from present to end file/directory.
EX.: create directory “Loundon” in existing “Virginia” directory.
mkdir/var/root/virginia/loundon
March 30, 2015 at 12:56 am
An absolute path is defined as the specifying the location of a file or directory from the root directory(/). In other words we can say absolute path is a complete path from start of actual filesystem from / directory.
For example: /var/root/va
Relative path is defined as path related to the present working directory(pwd). here is an example
/var/root/va # cd /var/root/md
this will change directory to md and will display it as /var/root/md
March 30, 2015 at 8:44 am
An absolute path is the path of the location from the root directory.
A Relative path is the path related to the present working directory.
April 3, 2015 at 1:49 am
the path of destination directory from current directory is relative path.
the path of the directory from the root is the absolute path.
Navigation
Loading Questions
If you are facing any issue like can not see video so please login into Google with email what you forwarded to us Google Login or mail to administrator qatraining@infotek-solutions.com
Edit Profile