On Wed, Dec 23, 2009 at 12:03:58PM +0000, hadi motamedi wrote:
Thanks for your reply . But for unknown reasons the yum is not available on my CentOS . [root@mss-1 tmp]# more /etc/redhat-release CentOS release 5.2 (Final)
This is irrelevant. /etc/redhat-release is a text file and can be edited to say anything.
rpm -q centos-release && uname -a will properly identify the release you are using.
John