View Single Post

  #2 (permalink)  
Old 01-17-2006, 05:41 PM
monk's Avatar
monk monk is offline
Senior Member
User
 
Join Date: Jan 2005
Location: Tibet
My distro: Debian GNU/Linux
Posts: 482
Rep Power: 5
monk will become famous soon enough monk will become famous soon enough
Default

Use any one of the following command to find out linux kernel version:
Code:
uname -r
uname -mrs
Linux 2.6.13 i686

Code:
cat /proc/version
Linux version 2.6.13 (root@debian) (gcc version 4.0.2 (Debian 4.0.2-2)) #1 Thu N ov 17 20:16:14 IST 2005
Reply With Quote