Some commands can be found in the bin directory.
ls - list files
ls -a - display hidden files and folders
ls -R - provide a tree listing of directory structure.
ls -l - displays extra details like size, user, date, permissions
cd <path> -> change directory
(cd .. -> takes to parent directory
cd -> takes to user directory[denoted by ~]