Changing directories

To move to a different directory use the command cd. Typing cd <dir_name>will take you to the subdirectory <dir_name>. You can give either the absolute path of the directory or the relative path from the current directory.