You construct a new udev rule to name a specific removable device, but the rule does not appear to work.Which command would you use to troubleshoot the new rule?
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/cpuacctYou 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 OCFS2?
You install the lxc package.Which command should you now run to ensure your kernel contains the necessary support to run containers?