Before booting test zone a non-global zone, you want to connect to the zone’s console so that you
can watch the boot process.
Choose the command used to connect to testzone’s console.
A.
zoneadm -C testzone
B.
zoneadm -console testzone
C.
zlogin – z testzone console
D.
zlogin – z testzone – C
E.
zlogin -C testzone
F.
zoneadm – testzone – c
Explanation:
The following options are supported:
-C
Connects to the zone console. Connects to the zone console.
Note:
After you install a zone, you must log in to the zone to complete its application environment. You
might log in to the zone to perform administrative tasks as well. Unless the -C option is used to
connect to the zone console, logging in to a zone using zlogin starts a new task. A task cannot
span two zones
Reference: man zlogin
E
from zlogin man:
-C Connects to the zone console. Access to the
zone console requires the authorization
zone.manage/zonename.
Correct: E
God bless.