1z0-105 試験問題を無料オンラインアクセス
| 試験コード: | 1z0-105 |
| 試験名称: | Oracle Linux 6 Advanced System Administration |
| 認定資格: | Oracle |
| 無料問題数: | 97 |
| 更新日: | 2026-09-01 |
Examine the current SELinux status:
# sestatus
SELinux status:
enabled
SELinuxfs mount:
/selinux
Current mode:
enforcing
Mode from config file:
permissive
Policy version:
Police from config file:
targeted
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 allowed from using the su command.
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 -d -s guest_u guest
# setsebool -P httpd_enabled_homedirs on
Which requirements do you meet?
Identify the two commands that can be used to set SELinux file labels back to their default values.