help-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: man pgrep , -q , sigqueue instead kill


From: alex xmb sw ratchev
Subject: Re: man pgrep , -q , sigqueue instead kill
Date: Wed, 25 Sep 2024 23:30:54 +0200

i forgot to paste the man part , sorry

       -q, --queue value
              Use sigqueue(3) rather than kill(2) and the value argument
              is used to specify an integer to be sent with the signal.
              If the receiving process has installed a handler for this
              signal using the SA_SIGINFO flag to sigaction(2) , then it
              can obtain this data via the si_value field of the
              siginfo_t structure.

On Wednesday, September 25, 2024, alex xmb sw ratchev <fxmbsw7@gmail.com>
wrote:

> anyone wanna explain
> .. ?
> .. can we use this in bash ?
>
> greets
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]