Re: Close an aplication using SIGNAL

2006-01-24 Thread Simon Geard
On Tue, 2006-01-24 at 12:00 -0800, Brandin Creech wrote: > --- Iban <[EMAIL PROTECTED]> wrote: > > > What is the equivalent SIGNAL to "Archive - Quit" of a program > > windowed (example: firefox)?? > > > > I don't want to kill it by brute force. I want a normal exit. > > SIGTERM is the best sign

Re: Close an aplication using SIGNAL

2006-01-24 Thread Brandin Creech
--- Iban <[EMAIL PROTECTED]> wrote: > What is the equivalent SIGNAL to "Archive - Quit" of a program > windowed (example: firefox)?? > > I don't want to kill it by brute force. I want a normal exit. SIGTERM is the best signal to quit, I think. Programs can trap the signal, so sometimes they'll c

Re: Close an aplication using SIGNAL

2006-01-24 Thread Iban
Othe last thing: When i said "what is the best way no exit of a backgrounded program?", i think is better said: "what is the best way no close a backgrounded program?" Note that, that software is normally running. It isn't blocked 2006/1/24, Iban <[EMAIL PROTECTED]>: > Hello! > > What is the equ

Close an aplication using SIGNAL

2006-01-24 Thread Iban
Hello! What is the equivalent SIGNAL to "Archive - Quit" of a program windowed (example: firefox)?? I don't want to kill it by brute force. I want a normal exit. I have read the signal man page, but i'm in doubt with: SIGHUP, SIGHUP, SIGKILL (i'm sure this isn't), SIGTERM... maybe the last on