On 01/11/2009 08:57, Salvadesswaran P.S. wrote:
$ killall firefox
$ killall opera

To 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

Reply via email to