LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How do I determine my current kernel? (https://www.linuxquestions.org/questions/debian-26/how-do-i-determine-my-current-kernel-354258/)

Brnzwngs 08-17-2005 01:00 PM

How do I determine my current kernel?
 
I am sorry for such a stupid question, but how do I determine what kernel I am running in debian? thanks in advance

mrcheeks 08-17-2005 01:04 PM

type in a terminal
Code:

uname -r
. This will give you your kernel version

nixcraft 08-17-2005 01:21 PM

unam -mrs can be also used.

nixcraft 08-17-2005 01:22 PM

Also
Code:

cat /etc/debian_version

craigevil 08-17-2005 02:31 PM

Hmm all cat /etc/debian_version shows when I enter it in a terminal is testing/unstable.

man uname - print system information

SYNOPSIS
uname [OPTION]...

DESCRIPTION
Print certain system information. With no OPTION, same as -s.
-a, --all
print all information, in the following order:
-s, --kernel-name
print the kernel name
-n, --nodename
print the network node hostname
-r, --kernel-release
print the kernel release
-v, --kernel-version
print the kernel version
-m, --machine
print the machine hardware name
-o, --operating-system
print the operating system
--help display this help and exit
--version
output version information and exit

mugstar 08-17-2005 02:48 PM

cat /proc/version


All times are GMT -5. The time now is 05:18 PM.