Shell/Bash: how to check kernel version in linux Example
Shell/Bash Example: This is the "how to check kernel version in linux" Example. compiled from many sources on the internet by SimpleTutorials.org
how to check kernel version in linux
cat /proc/version
get current kernel version
uname -r
bash get kernel version
$ cat /proc/version
linux view kernel version
uname -r
* Summary: This "how to check kernel version in linux" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!