Monday, April 2, 2007

Linux: how to check version of linux

You have two ways:

1. uname -a
2. cat /proc/version

The 1st one tells you kernel version while the 2nd one tells you distribution version.

No comments:

Locations of visitors to this page