Which of the following Linux command searches through the current processes and lists the process IDs those match the selection criteria to stdout?
Which of the following Linux command searches through the current processes and lists the process IDs those match the selection criteria to stdout?
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.
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.
pgrep looks through the currently running processes and lists the process IDs which matches the selection criteria to stdout.