Steve33
04-15-2001, 04:23 PM
I know this is probably a very dumb question but what is the command to determine what version of Linux is running on a server?
![]() | View Full Version : OS Version? Steve33 04-15-2001, 04:23 PM I know this is probably a very dumb question but what is the command to determine what version of Linux is running on a server? Travis 04-15-2001, 04:56 PM uname -a ..from a shell prompt should do it. (It won't tell you if it's RedHat, Slackware, etc., but it will tell you what kernel verion.) Woofcat 04-16-2001, 02:41 PM cat /proc/version |