Question 33:
How should you permanently restrict the non-global zone testzone so that it does not use more than 20 CPU shares while it is running?
Answer options:
A. While configuring the zone, add this entry: add rct1 set name = capped.cpu-shares add value (priv = privileged, limit = 20, action = none) end exit B. While configuring the zone, add this entry: add rct1 set name= zone.cpu-shares add value (priv=privileged, limit=20, action=none) end exit from command line, enter: # dispadmin - d FSS C. From the command line enter: #prct1 -n zone.cpu-shares - r - v 20 - i zone testzone D. From the command line, enter: #prct1 - n zone.cpu-shares - v 80 - r - i zone global