Examine the parameters shown using the sysctl command relating to panic situations:[root@WAYOUT etc]# sysctl a |grep panic |grep v hungkernel.panic = 0kernel.panic_on_oops = 0kernel.softlockup_panic = 0kernel.unknown_nmi_panic = 0kernel.panic_on_unrecovered_nmi = 0kernel.panic_on_io_nmi = 0kernel.panic_on_oom = 2[root@WAYOUT etc]# sysctl a |grep hungkernel.hung_task_panic = 0kernel.hung_task_chek_count 4194304kernel.hung_task_timeout_secs = 120kernel.hung_task_warnings = 10Which two statements are true about system behavior?
Which two options prevent unauthorized access to the named service from the rndc utility on Oracle Linux?
After creating empty mount point /xfs1, you execute the command:# mkfs t xfs L /xfs1 l logdev=/dev/sdd1 /dev/sdh1Which two statements are true about the effects of executing the mkfs command?
Examine the contents of /etc/mail/access:This system is to be used as an MTA or mail gateway for the local LAN network address 192.168.1.0/24.Which two actions allow this mail host to route email for the network?
Which two statements are true about recursive nameservers that are supported by Oracle Linux?
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?