nerdexam
Oracle

1Z0-105 · Question #95

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…

The correct answer is C. cgset. See the full explanation below for the reasoning.

Question

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?

Options

  • Acgclassify
  • Bcgcreate
  • Ccgset
  • Dcgsnapshot
  • Elscgroup

How the community answered

(48 responses)
  • A
    15% (7)
  • B
    4% (2)
  • C
    71% (34)
  • D
    2% (1)
  • E
    8% (4)

Community Discussion

No community discussion yet for this question.

Full 1Z0-105 Practice