What is an absolute path?
An absolute path could be a directory specification that shows the means from the root of the file system to a specific file or directory. An example of an absolute path is: /home/jim/public_html/index.html An absolute path starts at / (root) and ends at the location where the desired file is located.