Re: Killing process started by system()?



system("killall xxx");

carsonbj@xxxxxxxxx wrote:
Is there anyway to kill a process that has been started by the system()
function?

.