Re: RedHat Version Numbers

2002-08-15 Thread Mike Burger
You can try either: rpm -q redhat-release Or cat /etc/redhat-release "Blair, Jim" <[EMAIL PROTECTED]> said: > Is there a location within Linux RedHat that clearly states the RedHat > version (i.e. 7.0, 7.2, 7.3, etc.). We have some 30 different servers and > I'm trying to determine which se

Re: RedHat Version Numbers

2002-08-15 Thread Robert Vaughn
The following is another way... [root@localhost /]# more /proc/version Linux version 2.4.18-3smp ([EMAIL PROTECTED]) (gcc version 2.96 20 000731 (Red Hat Linux 7.3 2.96-110)) #1 SMP Thu Apr 18 07:27:31 EDT 2002 --- "Blair, Jim" <[EMAIL PROTECTED]> wrote: > Is there a location within Linux RedHa

Re: RedHat Version Numbers

2002-08-15 Thread Saul Arias
At 12:29 PM 15-08-02, you wrote: >Is there a location within Linux RedHat that clearly states the RedHat >version (i.e. 7.0, 7.2, 7.3, etc.). cat /etc/redhat-release -- Saul Arias <[EMAIL PROTECTED]> -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https

RE: RedHat Version Numbers

2002-08-15 Thread Andreas Freyvogel
cat /etc/redhat-release -Andreas -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Blair, Jim Sent: Thursday, August 15, 2002 9:29 AM To: '[EMAIL PROTECTED]' Subject: RedHat Version Numbers Is there a location within Linux RedHat that clearly states the

Re: RedHat Version Numbers

2002-08-15 Thread Riemer Palstra
On Thu, 15 Aug 2002, Blair, Jim wrote: > Is there a location within Linux RedHat that clearly states the RedHat > version (i.e. 7.0, 7.2, 7.3, etc.). We have some 30 different servers > and I'm trying to determine which servers have which version. What if you try: rpm -q redhat-release ? --