mithilesh
01-31-2002, 02:12 PM
How can I know that which version of redhat linux is running on any linux machine.
Thank you
Thank you
![]() | View Full Version : RedHat Version mithilesh 01-31-2002, 02:12 PM How can I know that which version of redhat linux is running on any linux machine. Thank you zupanm 01-31-2002, 03:34 PM its been a long time since I've used redhat but check to see if /etc/redhat-release is there and also maybe uname -a -r will tell you although i forget. mithilesh 01-31-2002, 04:06 PM "uname -r " give youu deatail about linux kernel "uname -a " give you date and time of release "cat /etc/redhat-release" give u the redhat linux version Thank you mkaufman 01-31-2002, 05:06 PM When you login it should say something like.. RedHat 7.2 (SomeName) The Prohacker 01-31-2002, 05:29 PM For redhat: cat /etc/redhat-release |