Solaris version

Hi all,

a stupid question about a command to check the Solaris Version, I'm working on Solaris 10 and I need to check that the Version is " 10 " with a UNIX command.

I just used " uname -a " command but I had this result:

SunOS dev510 5.10 Generic_118833-36 sun4u sparc SUNW,Ultra-4

so Which is the UNIX comand to check the Solaris Version?

thanks:D

"cat /etc/release" will show the precise release and update you are using.

"uname -r" gives the kernel version (5.10) which match Solaris 10.

Read the rules. Search before you post your questions dude :slight_smile: