( egeresz | 2012. 12. 18., k – 17:23 )

Határozottan érdekes.

És mit kell hozzá bekapcsolni, hogy legyen?


# mount -t cgroup -o cpuset none /tmp/cgroup/cpuset/
# mount -t cgroup -o memory  none /tmp/cgroup/memory/
mount: special device none does not exist
# mount -t cgroup -o cpu  none /tmp/cgroup/cpu/   
# mount -t cgroup -o devices  none /tmp/cgroup/devices/
# mkdir foobar 
# mount -t cgroup -o foobar  none /tmp/cgroup/foobar/
mount: special device none does not exist