Aug. 9, 2022
6:37 p.m.
On Tue, Aug 09, 2022 at 07:30:58PM +0100, Nicky Chorley wrote:
$ su -c "rm -rf /sys/fs/cgroup/my_group" Password: rm: cannot remove '/sys/fs/cgroup/my_group/cgroup.events': Operation not permitted rm: cannot remove '/sys/fs/cgroup/my_group/memory.events': Operation not permitted ... other lines omitted for brevity
Could someone please help me understand what's going on here?
Did you try with just "rmdir /sys/fs/cgroup/my_group"? -- Valentin