How to find the current version of Unix OS?

Like in DOS we use ver command, then what is in Unix, this I was asked in an interview on testing

Showing Answers 1 - 3 of 3 Answers

Tiger2k

  • Mar 3rd, 2008
 

Type uname -a will give you a result much like these:


SunOS outer 4.1.3_U1 4 sun4c


Look at the first and third fields of this output will tell you your OS type and kernel version.

  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