简体   繁体   中英

How to identify the kernel version

How can I know which version of the kernel I'm using?

uname - a Unknown GLBMPL360JK 999.999.999 x86_64 GNU / Linux

cat /proceso/cpuinfo 0 how could I know the kernel version thanks link of the operating system : https://sourceforge.net/projects/sistemas-operativos/

  1. Have a look at /proc/version file this will kernel version details

  2. /usr/include/linux/version.h file will have version code. Decode the version then you can get the current kernel version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM