How to check version of Solaris?

Hi All,

Looks a foolish question, but please can someone tell me the command to check version of Solaris OS?

Thanks,
Am

try uname -a.

man uname :slight_smile:

i.e. use

uname -r

or just

uname -a

HTH

cat /etc/release

>uname -v

provides the version info

Thanks All.

cat /etc/release gave me the best result.