|
Blue Forest http://www.lslnet.com at 11:18 on June 26, 2006
Kill an unknown process PID How to ask : A sentence to find language to express the PID process, and this process : Kill) |
Kill an unknown process PID A : This can be (roughly)
Ps|grep "Aprocess" |awk {print $process_id} |kill -9 |
Kill an unknown process PID Ps -ef | grep Aprocess | awk '{print $ 2)' | kill -9 wrong, that the parameters incorrect KILL |
Kill an unknown process PID ...
Ps -ef | awk 'Se process were /{print $ objects' | xargs kill -9
Under the system is BSD
Ps ax |. . . |
Kill an unknown process PID Sorry, this :
Procs =`ps|grep|awk`
Kill -9 $procs |
Kill an unknown process PID Ps -ef | awk 'Se process were /{print $ objects' | xargs kill -9 better, the two enthusiasts, thank you. |
Kill an unknown process PID Killall?
Linux can be used in
All in the process of fighting for the same title |
Kill an unknown process PID -->
Ah, they can use Linux and FreeBSD killall
Most of the systems are not. |
Kill an unknown process PID Understand |
Kill an unknown process PID
| |
|