Directories and Pathnames
Command to create a directory: mkdir
Two file names automatically created:
- current directory (“.”)
- parent directory (“..”)
-
A pathname is a sequence of 0 or more file names, separated by /, optionally starting with a /
- absolute pathnames: begins with a /
- relative pathnames: otherwise