How to check Linux kernel version

Answered
Jan 05, 2026 1415 views 1 answers
32

What command shows the Linux kernel version? I need to verify it for compatibility.

W
Platinum 285 rep

1 Answer

25
# Show kernel version
uname -r

# Show all system info
uname -a

# Using /proc
cat /proc/version

# Show distribution info
lsb_release -a
cat /etc/os-release
L
Answered by linux_expert 1 week, 2 days ago
Bronze 311 rep

Your Answer

You need to be logged in to answer questions.

Log In to Answer

Hot Questions

No hot questions available.