Basic commands
cd - change directory
pwd - presend working directory
ls - list files and folder
mkdir - make new directory
rm - remove file or directory
vim - vim to create or edit file
nano - to create or edit file
touch - to create or modify file time
cat - to see contents of files
history - to see previously run commands
man - to see manual of command
grep - to filter result