What is the correct way to identify which version of SunOS is currently running?
|
feedback
|
|
Use following command | |||||
feedback
|
|
To clear things up for everyone:
In any case the best way to get the correct meaningful version number is the contents of Or most simply:
Edit: A note about major/minor version confusion on Solaris. Solaris started life as SunOS, which was based on BSD, which ended with the kernel at version 4 (same as the BSD 4.x line). Time passes and it's re-based on System V. The product is renamed Solaris, and branded as Solaris 2. The kernel version is set to 5.0. Solaris 2 through 2.6 are released, corresponding with kernel versions 5.0-5.6. With the next release the "major" numbers are completely removed from marketing and branding and it's simply called as Solaris 7. This tradition continues to today. So Solaris 10 is actually Solaris 2.10, kernel version 5.10. Solaris 11 is likewise 2.11 and 5.11. But for all intents and purposes the traditional "minor" number is now the "major" number. There will never be SunOS 6.0, nor Solaris "3", which is why I refer to it as the major number. | |||||||||||||||
feedback
|