Tutorial 1) Part 3File paths: Absolute vs. relative pathnames

Depending on your operating system (OS) version or settings, the command prompt usually shows the directory you are in. The prompt also shows the hostname of the computer you are logged into. For example, my Macbook terminal prompt is:

teton:~/Music/iTunes %   (relative path)

Here, teton is the name of my computer and the string between the colon (:) and % sign is the current path of the directory I am inside. The prompt only shows the current path relative to my home directory (denoted ~). While the absolute pathname for my iTunes folder is:

/Users/rhills/Music/iTunes  (absolute path)