QuestionQ187
Automation
Refer to the exhibit. A developer must create a Bash script that performs a Chef Client reload after a system reset. Which command completes the script?
- A killproc -n $pidfile $exec -SIGHUP
- B killproc -pi $pidfile $exec -HUP
- C killproc -p $pidfile $exec -HUP
- D killproc -n $pidfile $exec -HUP
Community Discussion