View IT Assist in a larger map 

Easy ways to get the answers you need. Chat now or call/sms us at +678 7799677 or +6787799618.

We also provide remote support via Team Viewer.

How to Tell What Version of Ubuntu You Are Running

Try the following:

cat /etc/lsb-release
cat /etc/issue

uname -a
lsb_release -d -s -c

sb-release is a better option for ubuntu, but /etc/issue works across most linux varieties. Uname will print information about the kernel version and is not the same as the version of the OS.

No comments: