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 appl…
more »