How to find the release level of Red Hat and SuSe systems
I know that if I do the following command:
cat /etc/redhat-release
I'll get something like this as an output:
Red Hat Enterprise Linux AS release 3 (Taroon Update 3)
That's the information I need, but how can I get it for SuSe systems?
|