Question 71
Examine this command and its output:
$ zfs list -r -t all tank
Name USED AVAIL REFER MOUNTPOINT
tank 2.41G 2.43G 32K /tank
tank/database 2.41G 2.43G 2.41G /tank/database
tank/[email protected] 20K - 2.00G -
Next you execute:
# zfs destroy tank/database
Which statement is true about the result of executing this command?
$ zfs list -r -t all tank
Name USED AVAIL REFER MOUNTPOINT
tank 2.41G 2.43G 32K /tank
tank/database 2.41G 2.43G 2.41G /tank/database
tank/[email protected] 20K - 2.00G -
Next you execute:
# zfs destroy tank/database
Which statement is true about the result of executing this command?
Question 72
The line
set noexec_user_stack= l
should be added to the /etc/system file to prevent an executable stack while executing user programs.
What is the purpose of this?
set noexec_user_stack= l
should be added to the /etc/system file to prevent an executable stack while executing user programs.
What is the purpose of this?
Question 73
You want to delete the IPv4 address on the interface net3. Which command should you use?
Question 74
The following line is from /etc/shadow in a default Solaris 11 Installation:
jack: $5$9JFrt54$7JdwmO.F11Zt/ jFeeOhDmnw93LG7Gwd3Nd/cwCcNWFFg:0:15:30:3:::
Which two are true?
jack: $5$9JFrt54$7JdwmO.F11Zt/ jFeeOhDmnw93LG7Gwd3Nd/cwCcNWFFg:0:15:30:3:::
Which two are true?
Question 75
You are attempting to edit your crontab file in the bash shell. Instead of getting your usual vi interface, you are presented with an unfamiliar interface. In order to have your editor of choice-viwhat command must you type after exiting the unfamiliar editor?
