Want to pass your Oracle Linux 6 Advanced System Administration 1Z0-105 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Examine the sequence:
# sealert -l dda34207-61fd-4de2-831d-039c79270864
SELinux 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 content
Then 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 1
What action must you take for fix this problem?
A. Relabel the file in question by using the restorecon command.
B. Allow httpd to read user content by using the setsebool command.
C. Allow httpd to read home directories by using the setsebool command.
D. Report a bug.
E. Generate a local policy by using the audit2allow command.
Examine the current SELinux status:

You have to meet these requirements:
1.
Network services must run in a confined domain.
2.
The guest user must be confined.
3.
The guest user must not be able to use Mozilla Firefox.
4.
Access to files and directories must be granted based only of the SELinux contexts.
5.
The SELinux configuration must be persistent across system restarts.
6.
Users must be able to publish private HTML content.
You issued these commands: # setenforce enforcing # semanage login -a -s guest_u guest # setsebool httpd_enabled_homedirs on
Which requirements do you meet?
A. 1, 2, 6
B. 1, 2, 4, 6
C. 1, 2, 4, 5, 6
D. 1, 2, 3, 4, 5, 6
E. 1, 2, 3, 6
F. 1, 2, 3, 5, 6
Examine the code fragment from /etc/tgt/targets.conf:

Which statement is true?
A. The syntax is invalid and causes the parser to fail when the target service is started. No LUN assignments are made and no disks are visible to the clients.
B. The syntax is invalid but defaults apply. If you assign any LUN addresses manually, then you must assign all for that target. Therefore, default assignments apply. physDisk1.img = 1, phyDisk2.img = 2. phyDisk3.img = 3
C. phyDisk1.omg is assigned the next available LUN number above the existing allocated numbers. LUN = 4
D. phyDisk1.img is assigned the lowes available LUN number that is not assigned. LUN = 2