I am using a SLES 12 VM where I have installed a service called as besclient
using an RPM. When I uninstall the agent and remove the files the status of the service still shows ac active. I checked and found these 2 files still remain.
/sys/fs/cgroup/pids/system.slice/besclient.service
/sys/fs/cgroup/systemd/system.slice/besclient.service
which I am unable to remove using rm -rf command
. How to remove these kind of files?
rm: cannot remove '/sys/fs/cgroup/pids/system.slice/besclient.service/tasks': Operation not permitted
I am running this as root.