156-3158120 Exam QuestionsBrowse all questions from this exam

156-3158120 Exam - Question 45


What is the purpose of the command “ps aux | grep fwd”?

Show Answer
Correct Answer: B

The command 'ps aux | grep fwd' is used to display the list of processes along with their details and then filter out the lines containing 'fwd'. This will show the Process ID and the processing time of the 'fwd' process, as it matches the criteria in the 'grep' command.

Discussion

1 comment
Sign in to comment
KuKuKu83Option: B
May 27, 2024

correct