Linux System Config Commands

In a Linux system, you can use the following command to view system configurations:

  1. View CPU information:
cat /proc/cpuinfo
  1. View memory information:
free -h
  1. Check the disk space:
df -h
  1. Check the operating system version:
cat /etc/os-release
  1. Check the kernel version:
uname -a
  1. Check online information.
ifconfig
  1. Check the system’s boot time:
uptime
  1. View system information, including CPU, memory, and hard drive.
lshw

These commands can assist you in viewing various configurations of a Linux system.

bannerAds