Check Point Certified Cloud Specialist (CCCS) R82 — Question 32
What is the proper command for allowing the system to create core files?
Answer options
- A. $FWDIR/scripts/core-dump-enable.sh
- B. # set core-dump enable # save config
- C. service core-dump start
- D. >set core-dump enable >save config
Correct answer: D
Explanation
The correct answer is D, as it uses the appropriate command syntax for enabling core dumps and saving the configuration. Option A is a script that may not be executed as a command directly, while options B and C do not follow the proper command structure needed for this operation.