Which two statements are true about the configuration of kdump for capturing a dump image after a kernel crash?
Which three statements are true about the Kickstart installation method?
Examine the sequence:# sealert l dda34207-61fd-4de2-831d-039c79270864SELinux is preventing /usr/sbin/httpd from read access on the file /var/www/manual/new_features_2_2.html.***** Plugin restorecon (85.9 confidence) suggests *****If you want to fix the label./var/www/manual/new_features_2_2.html default label should be httpd_sys_content_t.Then you can run restorecon.Do -# /sbin/restorecon v /var/www/manual/new_features_2_2.html***** Plugin catchall_boolen (7.33 confidence) suggests *****If you want to allow httpd to read user contentThen you must tell SELinux about this by enabling the httpd_read_user_content boolean. You can read user_selinux man page for more details.Do -setsebool P httpd_read_user_content 1What action must you take for fix this problem?
Which two statements are true about SELinux in enforcing mode?
Which two statements are true about OCFS2 heartbeats?
Examine this extract from /etc/httpd/conf/httpd.conf for virtual hosts:<VirtualHost *:80>ServerAdmin[email protected]DocumentRoot /www/docs/site1.example.comServerName site1.example.com -</VirtualHost><VirtualHost *:80>ServerAdmin[email protected]DocumentRoot /www/docs/site2.example.comServerName site2.example.com -</VirtualHost>Which three statements are true about the configuration extract?