CrowdStrike Certified Falcon Administrator (CCFA) — Question 129
When troubleshooting the Falcon Sensor on Windows, what is the correct parameter to output the log directory to a specified file?
Answer options
- A. LOG=log.txt
- B. /log log.txt
- C. C:\CSSensorInstall\LogFiles
- D. \log log.txt
Correct answer: B
Explanation
The correct answer is B, as it uses the appropriate syntax for specifying a log output in the command line. Option A is incorrect because it does not use the correct command-line syntax. Option C simply points to a directory and does not specify a file, while option D is improperly formatted for command usage.