Check Point Certified Security Expert (CCSE) R81 — Question 33
What is the purpose of the command "ps aux | grep fwd"?
Answer options
- A. You can check the Process ID and the processing time of the fwd process.
- B. You can convert the log file into Post Script format.
- C. You can list all Process IDs for all running services.
- D. You can check whether the IPS default setting is set to Detect or Prevent mode.
Correct answer: A
Explanation
The correct answer is A because the command 'ps aux | grep fwd' is used to search for the fwd process and retrieve its Process ID and running time. Options B, C, and D are incorrect as they describe unrelated functions that do not pertain to the command in question.