⟩ How would you find out what version of Solaris is currently running?
Run the command showrev. There's a man page on showrev and there are switches to help you do whatever you're trying to do
________________________________________
Uname -r is the command to know the version of the OS and uname -s for the type of OS.