Hi,
Its easy to see the version of Ubuntu on the Ubuntu Desktop operating system. But I have a server on which I have ssh access. How to see ubuntu version on that server?
Thanks
Hi,
You logon to your linux system using ssh. After sucessful login you can see the ssh prompt where you can type various linux command.
You can use the following command which will display the current version of your Ubuntu server:
Command to display the version of Ubuntu server/desktop through ssh terminal:
lsb_release -a
Thanks
Ads