c*****h 发帖数: 8 | 1 I got couple of login sessions alive for a week. :(
I can "who" me out on the machine, but I can't kill these "ps" with
the process #, why? | b*d 发帖数: 75 | 2 did you put -9 in the ps command?
【在 c*****h 的大作中提到】 : I got couple of login sessions alive for a week. :( : I can "who" me out on the machine, but I can't kill these "ps" with : the process #, why?
| g**c 发帖数: 38 | 3 first, list your processes in current machine.
ps -u [login name]
second, find the process id you want to kill
finally, kill it
kill -9 [process id]
【在 c*****h 的大作中提到】 : I got couple of login sessions alive for a week. :( : I can "who" me out on the machine, but I can't kill these "ps" with : the process #, why?
| z*****u 发帖数: 12 | 4 kill -9 proc_id
if they are already zombies, you have to reboot your box. |
|