Jump to content

What distribution is running?

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Hektor

Hektor

    Programmer

  • Members
  • PipPipPipPip
  • 126 posts
Is there a way to tell what version of Linux I am in and what distro is installed?

#2
v0id

v0id

    Retired

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 2,936 posts
This works on Debian and Ubuntu, but I don't know about others.
$ cat /proc/version


#3
Hektor

Hektor

    Programmer

  • Members
  • PipPipPipPip
  • 126 posts
I found this also (minutes after my post).

uname -a


#4
Guest_Jordan_*

Guest_Jordan_*
  • Guests
To find them both:

uname -a && cat /etc/*release