1. uname
uname -aDisplays kernel and system information.
2. df
df -hShows disk space usage of filesystems.
3. free
free -hDisplays memory and swap usage.
4. uptime
uptimeShows how long the system has been running.
5. dmesg
dmesg | lessDisplays kernel ring buffer messages.
6. journalctl
journalctl -xeViews systemd logs with detailed info.
7. top
topReal-time system resource monitoring.
8. htop
htopInteractive process viewer (better than top).
9. lscpu
lscpuDisplays CPU architecture information.
10. lsblk
lsblkLists information about block devices.
11. hostnamectl
hostnamectlDisplays or changes the system hostname.
12. systemctl
systemctl statusControls systemd services and shows status.
13. ps
ps auxShows running processes.
14. vmstat
vmstat 1Reports virtual memory statistics.
15. iostat
iostatDisplays CPU and I/O statistics.
16. tune2fs
sudo tune2fs -l /dev/sda1Shows/ext. filesystem parameters and stats.