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
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.
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
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 ~]#
Champion! Thanks to both of you.
Bookmarks