Some important linux commands:
- pwd - print working directory
- ls -ll - list out the file
- mkdir - create new directory
- cd - changing directory
- touch - create new file
- cat - view the content of the file
- rm - remove file
- cp - copy file
- vim - edit the file
- apt - install application
- whoami - to fine user details
- sudo - super user do
- df -hT - to view storage details
- ps -aux - list out the process
- hostnamectl - to view hostname and os details
- free -h - RAM side human readable format
- cal - to view calender
- uptime - machine running time
- ip a - to check ip address
- init 6 / 0 - restart / shutdown the machine
For more Linux commands list - https://github.com/e00049/linux/blob/main/linux-cheat-sheet.txt
---------------------- End of the Blog ------------------------------