1z0-105 무료 덤프문제 온라인 액세스
시험코드: | 1z0-105 |
시험이름: | Oracle Linux 6 Advanced System Administration |
인증사: | Oracle |
무료 덤프 문항수: | 97 |
업로드 날짜: | 2025-09-04 |
Examine the virt-install command.
# virt-install \
--connect qemu:///system \
--virt-type kvm \
-- name test \
-- ram 500 \
--disk path =/var/lib/libvirt/images/test.img, size=4
--cdrom /home/user01/DownLoads/OracleLinux-R6-U5-Server-x86_64-dvd.iso \
--os-variant oe16
Which two statements are true?
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?