I am facing problem to find output the Operating system name
and version
number on linux
system. I hit a command uname -a
, but i can't understand the output of this command, can anybody please explain the below output and help me to find the operating system name and version?
$ uname -a
Linux ABC007 2.6.32-573.3.1.el6.x86_64 #1 SMP Mon Aug 10 09:44:54 EDT 2015 x86_64 x86_64 x86_64 GNU/Linux
I need to find the Vender name of OS, like Intel, Redhat etc. Any command to do so?