how can i tell what version of ubuntu was installed on the system?

Asked by scavy

Hi guys,
I am new to linux here and i was thrown with a linux system here. How can i tell what version of linux was it installed? my guess was ubuntu though...
please help me out. thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
J. Pablo González
Solved:
Last query:
Last reply:
Revision history for this message
Best J. Pablo González (disablez) said :
#1

You got several options...

cat /etc/issue
(If exists)

cat /etc/lsb-release
similar

uname -a
(This one shows info bout the kernel)

etc.

Revision history for this message
scavy (goh-chengyong) said :
#2

Thank you for your assistance, I found the answer now :)

-----Original Message-----
From: <email address hidden> [mailto:<email address hidden>] On Behalf Of J. Pablo González
Sent: Tuesday, July 10, 2007 6:26 PM
To: ChengYong Goh
Subject: Re: [Question #9473]: how can i tell what version of ubuntu wasinstalled on the system?

Your question #9473 on Ubuntu changed:
https://answers.launchpad.net/ubuntu/+question/9473

    Status: Open => Answered

J. Pablo González proposed the following answer:
You got several options...

cat /etc/issue
(If exists)

cat /etc/lsb-release
similar

uname -a
(This one shows info bout the kernel)

etc.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ubuntu/+question/9473/+confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ubuntu/+question/9473

You received this question notification because you are a direct
subscriber of the question.

Revision history for this message
Cesare Tirabassi (norsetto) said :
#3

Can you then please mark your question as solved?

Thanks.

Revision history for this message
Christian Reis (kiko) said :
#4

The easiest way to do this is in fact to follow the System menu and select "About Ubuntu", which will open a help browser.

Revision history for this message
scavy (goh-chengyong) said :
#5

Thanks J. Pablo González, that solved my question.