Get the Version of Solaris Running
Getting the exact version of the Solaris operating system running on your system can be useful, especially if you are connected to a remote server.
uname -r
The uname command can be used to get system information. In this case we are going to use the -r command to get release information.
Example:
# uname -r
5.10
The Geek is the founder of How-To Geek and a geek enthusiast. When he's not coming up with great how-to articles, he's probably writing at his personal blog. This article was written on 12/1/06 and tagged with: Solaris

