How to check kernel || distribution version||查看内核版本on Linux

  • 查看版本

uname -r Display kernel release
	  -a Display all information
	  -o Display the operating system 
	  -v Display kernel version 
hostnamectl # display information about the system's network configuration
cat /proc/version # Displays the contents of the /proc/version file. This will output the Linux kernel version first along with additional data about your operating system
dmesg | grep Linux
lsb_release -a # distribution version
  • Reference

  1. How To Check Kernel Version In Linux In Command Line
  2. How do I find the kernel version, Ubuntu release and disk partition information from the terminal?

你可能感兴趣的:(#,Linux)