by prettyscripts on 2008-05-28 00:22:51
to find out the ubuntu version the server is running, the information can be found in file /etc/issue.
alternatively, run this command:
$ lsb_release -a
to find out the kernel version, run this command:
$ uname -a
these commands are probably applicable to other linux builds.