Thursday, November 01, 2007

What version of Linux am I running?

3 commands to check Linux version:

cat /proc/version
cat /etc/redhat-release
uname -a

Should work with Redhat based systems, e.g. CentOS, Fedora..
BTW, I'm using CentOS...

No comments: