====Absolute Pathnames====
xAn absolute pathname begins from the root, which is / (forward slash)This is called absolute because it is specified the same, and locates aspecific file, regardless of your current directoryFor example: mkdir /home/someuser/uli101will create the uli101 directory in the home directory of user someuser
<br><br>