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
cat /etc/*release
– steve Jul 06 '17 at 21:01