How would you find out what version of Solaris is currently running?

Uname -a or uname -r

Questions by sridhar_madadi   answers by sridhar_madadi

Showing Answers 1 - 42 of 42 Answers

nagendra/vn

  • Feb 3rd, 2006
 

use the command " uname -r " to check the release and version of sun OS

jana

  • Sep 6th, 2006
 

USe Banner in OBP.

It will give the complete information about the server.

MJ

  • Jun 19th, 2007
 

Don't think the OBP will help will it? I mean, isn't that before the operating system is loaded?

  Was this answer useful?  Yes

uname-

     -r              Prints the operating system release level.

     -s              Prints the name  of  the  operating  system.
     -v              Prints the operating system version.

     -X              Prints  expanded  system  information.

Gokulnath

  • Jun 5th, 2013
 

cat /etc/release

  Was this answer useful?  Yes

unix

  • Jun 13th, 2013
 

uname -X

  Was this answer useful?  Yes

Sumit

  • Dec 12th, 2013
 

uname -a

  Was this answer useful?  Yes

alan tangah

  • Mar 6th, 2014
 

cat /etc/release

  Was this answer useful?  Yes

irfan khan

  • Apr 15th, 2014
 

uname -a

  Was this answer useful?  Yes

irfan

  • Apr 28th, 2014
 

uname -m

  Was this answer useful?  Yes

Chandra

  • May 22nd, 2014
 

uname -a and cat /etc/release

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions