|
|
2007-12-21
, 00:19
|
|
Posts: 465 |
Thanked: 149 times |
Joined on Oct 2007
|
#2
|
| The Following User Says Thank You to dblank For This Useful Post: | ||
|
|
2007-12-21
, 00:25
|
|
Posts: 662 |
Thanked: 238 times |
Joined on Jul 2007
|
#3
|
Little question that I couldn't find an answer to. Is it possible to kill a process by name using "kill" ?
Or, can you get the PID from "ps /usr/bin/processname" and return that to a Python program so that it can run "kill PID"?
Thanks a lot