I want to know if the box is Fedora Core 4 or Redhat 9, or CentOS, etc... not if it has Kernel 2.6.x
|
feedback
|
|
On modern systems you should be able to look in /etc/lsb-release
This should be the LSB mandated way of finding out the distribution across different Linux distributions. You should not rely on /etc/issue, as it is used for the login message, and someone might change it. | |||
feedback
|
|
Please see: | ||||
|
feedback
|
|
This perhaps? [dummyuser@d400 ~]$ ls -l /etc/system-release [dummuser@d400 ~]$ cat /etc/system-release | |||
|
feedback
|
|
Ahh answer to my own question.. cat /etc/issue | |||||
feedback
|