Navigation
**********
pwd # active directory
cd // # starter dir (/home/user)
cd / # root dir (/)
cd path # go to path dir
cd .. # go one dir back
ls # list items in the dir
ls -a # show dirs, files and hidden files
edit files
**********
# extensions are omittable
nano file3.txt # create||edit...