Mar 8, 2004 #1 csross MIS Dec 21, 2003 92 US I have a number of linux boxes but can't tell which version is installed. I do a uname -a but it doesn't say? Any ideas how to tell the difference? Thanks
I have a number of linux boxes but can't tell which version is installed. I do a uname -a but it doesn't say? Any ideas how to tell the difference? Thanks
Mar 8, 2004 #2 sleipnir214 Programmer May 6, 2002 15,350 US You might try examining /proc/version. Want the best answers? Ask the best questions! TANSTAAFL!! Upvote 0 Downvote
Mar 8, 2004 Thread starter #3 csross MIS Dec 21, 2003 92 US I looked and it says Linux 2.4.20-6 (compiled ...) (gcc version ....) (Red Hat Linux 3.2.25) Is that Red Hat 8 or 9? Thanks Upvote 0 Downvote
I looked and it says Linux 2.4.20-6 (compiled ...) (gcc version ....) (Red Hat Linux 3.2.25) Is that Red Hat 8 or 9? Thanks
Mar 8, 2004 #4 sleipnir214 Programmer May 6, 2002 15,350 US Sorry. Yeah, /proc/version is telling you about the kernel version. If the systems are all RedHat, there's /etc/redhat-release. There's also /etc/issue, which is displayed at the login prompt. Want the best answers? Ask the best questions! TANSTAAFL!! Upvote 0 Downvote
Sorry. Yeah, /proc/version is telling you about the kernel version. If the systems are all RedHat, there's /etc/redhat-release. There's also /etc/issue, which is displayed at the login prompt. Want the best answers? Ask the best questions! TANSTAAFL!!
Mar 8, 2004 Thread starter #5 csross MIS Dec 21, 2003 92 US Thanks. /etc/redhat-release has it. Upvote 0 Downvote