On Sun, Nov 1, 2009 at 8:26 AM, Girish Venkatachalam <[email protected]> wrote: > $ kill -l > > Anyway you kill a process with this command. > > $ kill 3423 > > to kill the process whose ID is 3423. > > By default SIGKILL is sent I think.
No, signal ID 15 (SIGTERM) is sent by default. -- Salva _______________________________________________ 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
