Quick Start – Summary of Common Linux Commands
Linux Server System Information # Display basic system information uname -a # View kernel version uname -r # Display information about the distribution – detailed information about the operating system lsb_release -a # Linux version cat /etc/issue cat /etc/os-release more /etc/redhat-release hostnamectl cat /proc/version # CPU information cat /proc/cpuinfo more /proc/cpuinfo | grep "model name" … Read more