Results 1 to 5 of 5

Thread: Determine RH Version From Command Line

  1. #1
    Junior Member
    Join Date
    Jun 2001
    Location
    Melbourne, Australia
    Posts
    94

    Determine RH Version From Command Line

    Can anyone point me to a command that gives the version of Red Hat, from the command prompt? I have easy ssh access to quite a few RH machines at my new job, but some are in different states, so a bit of a problem walking up to the console.

  2. #2
    Member
    Join Date
    Jan 2007
    Location
    Adelaide, Australia
    Posts
    112
    uname -a will give you all the details, eg
    Code:
    mechdave@localhost$] uname -a
    Linux localhost.localdomain 2.6.19-1.2911.fc6 #1 SMP Sat Feb 10 15:03:33 EST 2007 i686 i686 i386 GNU/Linux

  3. #3
    Administrator Advisor peter's Avatar
    Join Date
    Apr 2004
    Posts
    882
    Use the "cat" command to look inside either one of these files.

    Code:
    [root@bigboy ~]# cat /etc/redhat-release 
    Fedora Core release 5 (Bordeaux)
    [root@bigboy ~]# cat /etc/fedora-release 
    Fedora Core release 5 (Bordeaux)
    [root@bigboy ~]#

  4. #4
    Junior Member
    Join Date
    Jun 2001
    Location
    Melbourne, Australia
    Posts
    94
    Champion! Thanks to both of you.

  5. #5

    version of RHEL

    You can also see through cat /etc/issue, or just go to the terminal window (ctrl-alt-F1) and there you can see the version above the login option.

Similar Threads

  1. Cannot start X again ....
    By DjiT in forum Linux - Software, Applications & Programming
    Replies: 4
    Last Post: 02-23-2005, 11:51 PM
  2. Still can't get nvidia card to work.
    By gmoreno in forum Linux - General Topics
    Replies: 6
    Last Post: 01-08-2005, 03:00 PM
  3. determine the version of Windows Media Player
    By regix in forum Windows - General Topics
    Replies: 1
    Last Post: 01-03-2005, 11:09 PM
  4. Resulution problem in KDE
    By Buller in forum Linux - General Topics
    Replies: 3
    Last Post: 08-13-2004, 05:25 PM
  5. fd0 not a block device
    By Pantheus in forum Linux - General Topics
    Replies: 25
    Last Post: 10-08-2002, 10:26 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •