j
k
j a
j l
Brian Jackson writes:
Ok, I'm trying to send a particular signal to a running process. I'm assuming that I use SIGUSR1 and SIGUSR2. How do I go about configuring what those are signal values are in my shell script (bash in particular)?
Ok, I'm trying to send a particular signal to a running process. I'm assuming that I use SIGUSR1 and SIGUSR2.
How do I go about configuring what those are signal values are in my shell script (bash in particular)?
man kill -Ti
Back to the thread
Back to the list