Oracle
1Z0-105 · Question #64
Examine the output of the command: lssubsys -am devices freezer net_cls perf_event hugetlb cpuset, cpu, memory /cgroup/A cpuacct /cgroup/cpuacct blkio /cgroup/B Now the lssubsys command is executed…
The correct answer is C. mkdir -p /cgroup/C; mount -t cgroup -o freezer freezer /cgroup/C; mount -t cgroup -o net_cls. See the full explanation below for the reasoning.
Question
Examine the output of the command: lssubsys -am devices freezer net_cls perf_event hugetlb cpuset, cpu, memory /cgroup/A cpuacct /cgroup/cpuacct blkio /cgroup/B Now the lssubsys command is executed and new output is generated: ssubsys -am devices perf_event hugetlb cpuset, cpu, memory /cgroup/A cpuacct /cgroup/cpuacct freezer, net_cls cgroup/C blkio /cgroup/B Which command or sequence of commands is correct?
Options
- Amkdir -p /cgroup/C; mount -t cgroup -o freezer C /cgroup/C; mount -t cgroup -o remount,
- Bmkdir -p /cgroup/C; mount -o freezer, net_cls cgroup /cgroup/C
- Cmkdir -p /cgroup/C; mount -t cgroup -o freezer freezer /cgroup/C; mount -t cgroup -o net_cls
- Dmkdir -p /cgroup/C; mount -t cgroup -o freezer, net_cls /cgroup/c
How the community answered
(33 responses)- A6% (2)
- B3% (1)
- C76% (25)
- D15% (5)
Community Discussion
No community discussion yet for this question.