LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 06-16-2010, 03:23 PM   #1
jameswillson
LQ Newbie
 
Registered: Jun 2010
Posts: 9

Rep: Reputation: 0
which distro do i have?


have tried to find out which distro my netbook is running, but cant find the info anywhere! Can anyone give me an easy step-by-step process?
 
Old 06-16-2010, 03:32 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
There isn't necessarily one, you can see a bunch of info from a "uname -a", or "cat /etc/issue" can tell you. But these are things that you'd often see prsented very directly to you. The top of your dmesg output, and various points throughout will also often tell you.
 
Old 06-16-2010, 03:34 PM   #3
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
try:
Code:
cat /etc/*[_-][RVrv]{elease,ersion}
You'll probably pick up a few non-related items, but one of them should tell you what version of linux you're running, 'uname -a' may also show some details.
 
Old 06-16-2010, 03:36 PM   #4
rokytnji
LQ Veteran
 
Registered: Mar 2008
Location: Waaaaay out West Texas
Distribution: antiX 23, MX 23
Posts: 7,111
Blog Entries: 21

Rep: Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474Reputation: 3474
Open a terminal and

Code:
demo@mepis1:/aufs/home/demo$ cat /proc/version
Linux version 2.6.32-1-mepis-smp (MEPIS 2.6.32-0mepis5) (waldi@debian.org) (gcc version 4.3.2 (Debian 4.3.2-1.1) ) #1 SMP PREEMPT Wed Dec 2 10:00:34 EST 2009
demo@mepis1:/aufs/home/demo$ uname -a
Linux mepis1 2.6.32-1-mepis-smp #1 SMP PREEMPT Wed Dec 2 10:00:34 EST 2009 i686 GNU/Linux
demo@mepis1:/aufs/home/demo$ cat /etc/issue
Welcome to antiX. Powered by MEPIS and Debian.

Press Ctrl-Alt-F7, or maybe Ctrl-Alt-F8, for graphical login screen
 
Old 06-16-2010, 03:39 PM   #5
baronobeefdip
Senior Member
 
Registered: Jul 2009
Distribution: Debian Squeeze
Posts: 1,267

Rep: Reputation: 32
give us a screenshot that might help
 
Old 06-16-2010, 03:51 PM   #6
johnsfine
LQ Guru
 
Registered: Dec 2007
Distribution: Centos
Posts: 5,286

Rep: Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197Reputation: 1197
Oops! Replacing my earlier stupid answer with this stub.

Last edited by johnsfine; 06-16-2010 at 03:53 PM.
 
Old 06-16-2010, 04:03 PM   #7
jameswillson
LQ Newbie
 
Registered: Jun 2010
Posts: 9

Original Poster
Rep: Reputation: 0
distro version

/home/user> uname -a

Linux asus-209153092 2.6.21.4-eeepc #6 Mon May 5 11:38:34 EDT 2008 i686 GNU/Linux

/home/user> cat /etc/issue

Debian GNU/Linux 4.0 \n \l


many thanks!



Quote:
Originally Posted by acid_kewpie View Post
There isn't necessarily one, you can see a bunch of info from a "uname -a", or "cat /etc/issue" can tell you. But these are things that you'd often see prsented very directly to you. The top of your dmesg output, and various points throughout will also often tell you.
 
Old 06-16-2010, 04:10 PM   #8
snowday
Senior Member
 
Registered: Feb 2009
Posts: 4,667

Rep: Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411Reputation: 1411
I believe you are using a distro called Xandros that comes preinstalled on Asus eee-pc's.

http://en.wikipedia.org/wiki/Xandros#ASUS_Eee_PC
http://distrowatch.com/table.php?distribution=xandros
 
Old 06-17-2010, 02:44 AM   #9
smeezekitty
Senior Member
 
Registered: Sep 2009
Location: Washington U.S.
Distribution: M$ Windows / Debian / Ubuntu / DSL / many others
Posts: 2,339

Rep: Reputation: 231Reputation: 231Reputation: 231
Could be debian.
Are you using GNOME?
e.g. there are applications, system and other menus on top.
 
Old 06-17-2010, 05:08 AM   #10
Mr. Alex
Senior Member
 
Registered: May 2010
Distribution: No more Linux. Done with it.
Posts: 1,238

Rep: Reputation: Disabled
Code:
lsb_release -a
Code:
uname -a
 
Old 06-17-2010, 06:40 AM   #11
linus72
LQ Guru
 
Registered: Jan 2009
Location: Gordonsville-AKA Mayberry-Virginia
Distribution: Slack14.2/Many
Posts: 5,573

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Quote:
Debian GNU/Linux 4.0
Debian 4.0?
wow, thats a classic
 
0 members found this post helpful.
Old 06-17-2010, 02:22 PM   #12
rweaver
Senior Member
 
Registered: Dec 2008
Location: Louisville, OH
Distribution: Debian, CentOS, Slackware, RHEL, Gentoo
Posts: 1,833

Rep: Reputation: 167Reputation: 167
Debian 4 is classic? heh. I still see Fedora core 4 regularly ... that would have been between debian 3.0 (woody) and 3.1 (sarge) which was around 2002-2005. Debian 4 (etch) was EOL'd 02/15/2010. I've even occasionally seen unpatched, untouched, fedora core 1 and two years ago I copied data off a redhat mothers day release machine... which was from the mid 90s sometime. It's scary sometimes how many old servers are sitting out there waiting to be exploited.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie Distro Question 1: Reasons for inter-distro pkg incompatibility. Wombat Pete Linux - Distributions 20 04-05-2010 01:59 PM
[rant] DIstro frustration and alienation/suggestions for stable distro Draciron Linux - Distributions 3 10-16-2009 10:27 AM
Live Distro and USB Falsh Drive combo - does a distro do this? carenza Linux - General 1 03-27-2009 10:33 AM
math distro....? music distro...? small distro....? jasonparent Linux - Newbie 11 02-11-2008 09:57 AM
LXer: DistroWatch Weekly: Distro hopping, Linux Format's distro mega-test LXer Syndicated Linux News 0 06-11-2007 04:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:42 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration