chris croswhite wrote:
> 
> After placing a command in the background with nohup and &, how can you
> kill that process?
> 
> Thanks.

use :
kill -9 <process-number>
if you do it as root , it should work.

Reply via email to