In response to White Hat <[EMAIL PROTECTED]>:

> I have seen 'kill -USR2' used in some scripts;
> however, I am unable to find out exactly what it is
> referring to. The man page for 'kill' does not list
> any 'USR2' flag or signal, unless I am reading it
> incorrectly.
> 
> Perhaps, someone can tell me exactly what this signal
> means.

USR2 is a "user defined signal" (from "man signal")

It doesn't "mean" anything by definition.  Each application is free
to define its meaning as it sees fit.  It's there specifically so
that applications can use signals for special purposes without
reusing the defined signals.

What scripts are you seeing using this?  I expect they're following
application-specific behaviour.

-- 
Bill Moran
http://www.potentialtech.com
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to