When speaking to an Oracle Support Engineer, you are asked to verify the version of the Solaris 11 build
currently running on your system.
Which command would display the Solaris 11 build version currently running on your system?
A.
pkg info all
B.
cat /etc/release
C.
cat /etc/update
D.
prtconf | grep –i update
E.
pkg info entire
Explanation:
Which Solaris release you are running on your system can be determined using the following command:
cat /etc/release
This will tell you which release you are running and when it was released.
The more recent your system, the more info is contained in this file.
Example:
# cat /etc/release
Oracle Solaris 10 8/11 s10s_u10wos_17b SPARC
Copyright (c) 1983, 2011, Oracle and/or its affiliates. All rights reserved.
Assembled 23 August 2011