Skip to main content

Linux: Ways to Find Linux Kernel Release

Find out what Linux kernel your server or device is running.

uname -r
cat /proc/version
hostnamectl

Using uname -r

r stands for release

$ uname -r

Using cat /proc/version

$ cat /proc/version

Using hostnamectl

$ hostnamectl

Popular posts from this blog

GNU nano Text Editor

nano - Nano's ANOther editor, an enhanced free Pico clone

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.

Using Powershell to manage Hyper-V

Common powershell cmdlets to manage Hyper-V.