CORRECT TEXT
What command with all options and/or parameter will send the signal USR1 to any executing
process of program apache2?
Answer: KILLALLSUSR1APACHE2
CORRECT TEXT
What command with all options and/or parameter will send the signal USR1 to any executing
process of program apache2?
CORRECT TEXT
What command with all options and/or parameter will send the signal USR1 to any executing
process of program apache2?
Answer: KILLALLSUSR1APACHE2
# killall -s USR1 Apache2
it should be like this.