1z1-105 무료 덤프문제 온라인 액세스
시험코드: | 1z1-105 |
시험이름: | Oracle Linux 6 Advanced System Administration |
인증사: | Oracle |
무료 덤프 문항수: | 97 |
업로드 날짜: | 2025-08-29 |
You dynamically configure a system to concurrently run tasks A1 and A2 using these commands: # mkdir /cgroup/cpu # mount -t cgroup -o cpu cpu /cgroup/cpu # mkdir /cgroup/cpu/A1 # mkdir /cgroup/cpu/A2 # echo 5 > /cgroup/cpu/A1/cpu.shares # echo 5 > /cgroup/cpu/A2/cpu.shares # mkdir /cgroup/cpuacct # mount -t cgroup -o cpuacct cpuacct /cgroup/cpuacct You want to generate a /etc/cgconfig.conf configuration fail that contains the current cgroup
configuration on the system. Which command would you use?
Which two statements are true about the configuration of kdump for capturing a dump image after a kernel crash?
For which domain or domains does the default cache-only nameserver have a list of authoritative servers in the /var/named/named. ca file?
Examine the parameters shown using the sysctl command relating to panic situations:
[root@WAYOUT etc]# sysctl -a |grep panic |grep -v hung
kernel.panic = 0
kernel.panic_on_oops = 0
kernel.softlockup_panic = 0
kernel.unknown_nmi_panic = 0
kernel.panic_on_unrecovered_nmi = 0
kernel.panic_on_io_nmi = 0 kernel.panic_on_oom = 2
[root@WAYOUT etc]# sysctl -a |grep hung
kernel.hung_task_panic = 0
kernel.hung_task_chek_count - 4194304
kernel.hung_task_timeout_secs = 120
kernel.hung_task_warnings = 10
Which two statements are true about system behavior?
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?