1


I have to find out which Linux distribution is running on a server. From uname -a I have the following output:

$ uname -a
Linux lvmfacelifttap2b 3.10.0-514.6.1.el7.x86_64 #1 SMP SUn Dec 11 12:25:18 EST 2016 x86_64 x86_64 x86_64 GNU/Linux

I've tried googling but I couldn't find a match. Any help how to find out the distribution ? Thanks

1 Answers1

1
.el7.

means Red Hat Enterprise Linux 7

stoney
  • 1,055