LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Red Hat (https://www.linuxquestions.org/questions/red-hat-31/)
-   -   Distribution version of RedHat (https://www.linuxquestions.org/questions/red-hat-31/distribution-version-of-redhat-174042/)

Kelvin Lee 04-24-2004 10:28 AM

Distribution version of RedHat
 
To whom it may concern,

How can I know the distribution vesrion of my Redhat Linux? Is there any configure file record the Linux is RH8.0, 9.0 or AS3 ?

Best regards,

Kelvin.

trickykid 04-24-2004 11:21 AM

Moved: More suitable in our Redhat forum.

Check the file usually named redhat-version in /etc or something along those lines.

twilli227 04-25-2004 12:56 AM

In a terminal window type
cd /etc
enter
cat redhat-release
enter


[twilli@localhost twilli]$ cd /etc
[twilli@localhost etc]$ cat redhat-release
Red Hat Linux release 9 (Shrike)
[twilli@localhost etc]$


All times are GMT -5. The time now is 02:48 AM.