What command with all options and/or parameter will send the signal USR1 to any executing process of program apache2?
Answer: KILLALL USR1APACHE2
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
Should this not be KILLALL -S SIGUSR1 APACHE2
correct, but case sensitive
killall -s sigusr1 apache2
er … killall -s SIGUSR1 apache2