Examine the dtrace command:
dtrace -P syscall
Which statement is true about this command?
Correct Answer:
B
🗳️
Reference: http://docs.oracle.com/cd/E19253-01/819-5488/gbxwv/index.html (Example 2-7, probes by provider)
Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts:
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www/docs/site1.example.com
ServerName site1.example.com -
</VirtualHost>
<VirtualHost *:80>
ServerAdmin [email protected]
DocumentRoot /www/docs/site2.example.com
ServerName site2.example.com -
</VirtualHost>
Which three statements are true about the configuration extract?
Correct Answer:
ACE
🗳️
Examine the code fragment from /etc/tgt/targets.conf:
<target iqn.2013-03.com.example.mypc:1>
backing-store /iSCSIsharedDisk/physDisk1.img
write-cache off
</target>
<target iqn.2013-03.com.example.myps:2>
backing-store / iSCSIsharedDisk/physDisk2.img
initiator-address 192.0.2.105
initiator address 192.0.2.106
write-cache off
</target>
<target iqn.2013-03.com.example.mypc:3>
backing-store /iSCSIsharedDisk/physDisk3.img
write-cache off
</target>
Which statement is true?
Correct Answer:
B
🗳️
Which three statements are true about an RPM SPEC file?
Correct Answer:
ABD
🗳️
Reference: http://www.thegeekstuff.com/2015/02/rpm-build-package-example/? utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A
+TheGeekStuff+ (The+Geek+Stuff)