Linux System Config Commands
In a Linux system, you can use the following command to view system configurations:
- View CPU information:
cat /proc/cpuinfo
- View memory information:
free -h
- Check the disk space:
df -h
- Check the operating system version:
cat /etc/os-release
- Check the kernel version:
uname -a
- Check online information.
ifconfig
- Check the system’s boot time:
uptime
- View system information, including CPU, memory, and hard drive.
lshw
These commands can assist you in viewing various configurations of a Linux system.