CrowdStrike Certified Falcon Administrator (CCFA) — Question 229
How would an installation token be configured if the Falcon Sensor was installed on a Red Hat Enterprise Linux host?
Answer options
- A. You will be prompted to enter the installation token during the install if it is required
- B. sudo yum install--cid=--provisioning-token=ABCD1234
- C. sudo /opt/CrowdStrike/falconctl -s -t ABCD1234
- D. sudo /opt/CrowdStrike/falconctl -s --cid=--provisioning-token=ABCD1234
Correct answer: D
Explanation
The correct answer is D because it accurately uses the CrowdStrike command with the appropriate flags to set the installation token. Option A does not provide a direct command and is less specific. Option B is incorrect as it misuses the command syntax, and option C does not utilize the correct parameters needed for configuration.