Check Point Certified Automation Specialist (CCAS) — Question 53
That 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. > set core-dump enable > save config
- D. service core-dump start
Correct answer: C
Explanation
The correct command is option C, which uses the correct syntax to enable core dumps and save the configuration. Option A is a script that may enable core dumps, but it doesn't directly use the command line syntax required. Option B is missing the correct prompt for command entry, and option D starts a service rather than enabling core dumps.