.and ..

The current directory (.)

In UNIX, (.) means the current directory, so typing

% cd .

means stay where you are (the myfirstsubdirectory).

The parent directory (..)

(..) means the parent of the current directory, so typing

% cd ..

will take you one directory up the hierarchy (back to your home directory).