Oct 17, 2002 #1 J2MO Programmer Joined Jun 10, 2002 Messages 5 Location AU I want to find out what version of Solaris (2.6, 7, 8 etc)we have installed. Typing "uname -a" only displays OS and version (SunOS 5.6). Thanks
I want to find out what version of Solaris (2.6, 7, 8 etc)we have installed. Typing "uname -a" only displays OS and version (SunOS 5.6). Thanks
Oct 17, 2002 1 #2 mikeclark MIS Joined Oct 3, 2000 Messages 356 Location AU SunOS 5.6 is Solaris 2.6 SunOS 5.7 is Solaris 7 SunOS 5.8 is Solaris 8 Upvote 0 Downvote
Oct 24, 2002 #3 cassim Technical User Joined Aug 8, 2000 Messages 23 Location ZA TRy the foll: cat /etc/release, this will give u detailed info Upvote 0 Downvote