date
: Displays the current system time and date
cal
: Shows the calendar for the current month
Linux provides multiple virtual consoles accessible even without a graphical interface. You can switch between them using:
df
: Displays available and used disk space across mounted filesystemsfree
: Shows memory statistics, including free and used RAM and swap spaceYou can close a terminal session using:
exit
→ Terminates the shellThis guide provides an introduction to the Linux shell, fundamental commands, and tools for system resource monitoring. Mastering these basics is essential for efficiently navigating and controlling any Linux-based system.