What command with all options and/or parameter will send the signal USR1 to any executing process of program apache2?

What command with all options and/or parameter will send the signal USR1 to any executing process of program apache2?

What command with all options and/or parameter will send the signal USR1 to any executing process of program apache2?

Answer: KILLALL USR1APACHE2



Leave a Reply 3

Your email address will not be published. Required fields are marked *


simon

simon

Should this not be KILLALL -S SIGUSR1 APACHE2

Hokey

Hokey

correct, but case sensitive
killall -s sigusr1 apache2

Hokey

Hokey

er … killall -s SIGUSR1 apache2