7/17/2008

Learn the version of Linux that a server is running

How to learn the version of Linux that a server is running?

cat /etc/redhat-release

or

uname -r will give you the kernel version

0 comments: