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

Synology: Empty Recycle Bin

How to empty Recycle Bin. Control Panel > Shared Folder > Action > Empty al Recycle Bins Synology: Empty Recycle Bin

Assembly on Linux with NASM

Practice Assembly on Linux with NASM - Netwide Assembler

Learn IBM z/OS