1z1-105 무료 덤프문제 온라인 액세스
| 시험코드: | 1z1-105 |
| 시험이름: | Oracle Linux 6 Advanced System Administration |
| 인증사: | Oracle |
| 무료 덤프 문항수: | 97 |
| 업로드 날짜: | 2025-12-17 |
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 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?
Examine the dtrace command.
dtrace -n 'proc:::exec {trace(execname);trace(pid);trace(stringof(arg0));}'
Which two statements are true?
Match the web server directives to their description:
A) ServerRoot
1) Defines the IP address/Post number combination that the server is accessible on
B) Listen
2) Defines the domain name that this server responds to, as used in a browser URL
C) Include
3) Is used to specify the inclusion of specific functional executable modules
D) LoadModule 4) Defines the directory location of all configuration files, documents, and scripts E.)ServerName 5) Directs the server at startup to support module-specific configuration files