JAVA/Sun Exam Questions

Which command will you use to move the production zone to the new file system?

Youve added a new disk drive to the server and created a file system on the disk named /zones. You now want to move your zones over to the new file system. Which command will you use to move the production zone to the new file system?

A.
zonecfg -z production
zonecfg:work-zone> move
zonecfg:work-zone> commit
zonecfg:work-zone> exit

B.
zoneadm move production /zones

C.
zonecfg -z production move /zones

D.
Use zoneadm -z production move /zones

E.
Use the ufsdump command to copy the information in the old file system and ufsrestore to move the data to the new file system.