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?

CORRECT TEXT

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

Answer: KILLALLSUSR1APACHE2



Leave a Reply 1

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


Mahoni

Mahoni

# killall -s USR1 Apache2
it should be like this.