On 01/11/2009 08:57, Salvadesswaran P.S. wrote:
$ killall firefox $ killall operaTo find if the process is running and its process id, use: $ ps aux | grep<process-pattern>
psof(program_name) does this. Thus we can use kill `psof(firefox)` -- Mohan Sundaram _______________________________________________To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
