312-49v10 Exam QuestionsBrowse all questions from this exam

312-49v10 Exam - Question 379


Which of the following Linux command searches through the current processes and lists the process IDs those match the selection criteria to stdout?

Show Answer
Correct Answer: B

The 'pgrep' command in Linux is used to search through the currently running processes and list the process IDs that match the given selection criteria to stdout.

Discussion

2 comments
Sign in to comment
ElbOption: B
May 1, 2024

B < https://ioflood.com/blog/install-pgrep-command-linux/#:~:text=The%20'pgrep'%20command%20is%20a%20powerful%20tool%20in%20Linux%20that,their%20name%20and%20other%20attributes.

ElbOption: B
Jun 6, 2024

pgrep looks through the currently running processes and lists the process IDs which matches the selection criteria to stdout.