List of commonly used Linux commands
ls – list use ls -la to show hidden items
cat – prints contents in terminal
pwd – print working directory
System Maintenance
sudo – super user do. Needed when not using root account
sudo su – change to root account
apt update && apt upgrade – will run the update and upgrade commands simotaniously.
apt full-upgrade
apt autoremove – run after an upgrade
