Check Point Certified Cloud Specialist (CCCS) R82 — Question 9
Which command can be run in Expert mode to verify the core dump settings?
Answer options
- A. grep cdm /config/db/coredump
- B. grep cdm /config/db/initial
- C. grep $FWDIR/config/db/initial
- D. cat /etc/sysconfig/coredump/cdm.conf
Correct answer: B
Explanation
The correct answer is B because it specifically accesses the initial configuration file that contains core dump settings. Option A refers to a different path that does not provide the necessary information, while C uses an environment variable that may not lead to the correct file, and D accesses a configuration file that is not relevant for this check.