Hi.
This is the output of
I don't know why the process shown as <defunct>. It must be unrar or xfe. I tried different ways to kill that process but I'm unable to do this. I tried this ways (as root and also as my wheel user):
I also tried to kill the process using my window manager but the window manager is also unable to kill that process.
How can I kill that? Obviously if I reboot the machine, the process will be killed but it may happens again in the future and I don't want to reboot the machine every time a process crashes.
This is the output of
ps aux
:
Code:
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
...
javad 58722 0.0 0.0 0 0 v0 Z 12:00PM 0:00.03 <defunct>
javad 58380 0.0 0.0 0 0 v0 Z 9:14AM 14:25.23 <defunct>
...
I don't know why the process shown as <defunct>. It must be unrar or xfe. I tried different ways to kill that process but I'm unable to do this. I tried this ways (as root and also as my wheel user):
# kill -9 58722
# pkill -9 unrar
I also tried to kill the process using my window manager but the window manager is also unable to kill that process.
How can I kill that? Obviously if I reboot the machine, the process will be killed but it may happens again in the future and I don't want to reboot the machine every time a process crashes.