Which two commands can be used to find the cgroup to which a given process with PID belongs?
A.
egget -a | grep PID
B.
ps -o cgroup | grep PID
C.
cat /proc/PID/cgroup
D.
Iscgroup | grep PID
Which two commands can be used to find the cgroup to which a given process with PID belongs?
Which two commands can be used to find the cgroup to which a given process with PID belongs?
A.
egget -a | grep PID
B.
ps -o cgroup | grep PID
C.
cat /proc/PID/cgroup
D.
Iscgroup | grep PID
D wrong- lscgroup do not show PID
B C