List items in a directory
Type here
ls
List all items including hidden files
Type here
ls -a
List items with detailed info
Type here
ls -l
List all items with detailed info
Type here
ls -la
Change directory
Type here
cd foldername
Go up one directory level
Type here
cd ..
Go to home directory
Type here
cd ~
Go to previous directory
Type here
cd -