View Single Post

  #2 (permalink)  
Old 12-06-2006, 03:26 AM
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

uname print system information; The file /etc/redhat-release contains a human readable text version of the release of Red Hat Enterprise Linux installed on a system.

Code:
less /etc/redhat-release
OR may be use cat
Code:
  cat /etc/redhat-release
uname will give you kernel version
Code:
uname -a
Reply With Quote