You are installing a software application onto your server. The software installation notes specify
that the Solaris 10 OS must have patch 104945-02 applied. You have downloaded the patch into
your /home directory and the ls command lists it as follows: 104945-02.zip You are ready to install
the patches. Which answer describes the correct procedure for installing the patch?
A.
cp the patch to /var/tmp cd /var/tmp patchadd -p 104945-02
B.
/usr/bin/unzip ~/104945-02.zip patchadd 104945-02.zip
C.
/usr/bin/unzip ~/104945-02.zip cp the patch to /var/tmp cd /var/tmp;patchadd 104945-02
D.
cp the patch to /var/tmp; cd /var/tmp /usr/bin/unzip 104945-02.zippatchadd 104945-02
Explanation: