Friday, July 5, 2013

What is a Path?

A path is a directory specification. In other words, it tells you where something is located on your hard drive. Linux has a directory hierarchy that begins at /, which is also known as 'root'. (Take care to note that this is a FORWARD slash, not a backslash.)

In the / (root) directory, you'll find several standard directories like /bin, /usr, and /home. When a path starts at /, with something such as /home/username/public_html, it is known as an absolute path.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.