I am new to Ubuntu. I am using it for radius manager. When I typed
ps ax | grep rm
I got:
50 ? S< 0:00 [acpi_thermal_pm]
1153 ? Ssl 0:00 /usr/local/bin/rmconntrack
1171 ? Ssl 0:00 /usr/local/bin/rmpoller
1424 pts/0 S+ 0:00 grep --color=auto rm
When I try to kill -9 50
it does not work. I typed:
kill -9 50
Still:
50 ? S< 0:00 [acpi_thermal_pm]
1153 ? Ssl 0:00 /usr/local/bin/rmconntrack
1171 ? Ssl 0:00 /usr/local/bin/rmpoller
1424 pts/0 S+ 0:00 grep --color=auto rm
It's the same; nothing killed. Can any one please help me?
[acpi_thermal_pm]
is the kernel driver for power management. As stated below, you can do that, but the kernel may just restart it – eyoung100 Jun 13 '16 at 21:29lsmod | grep thermal
– eyoung100 Jun 13 '16 at 21:37lsmod | grep acpi
– eyoung100 Jun 13 '16 at 21:47