-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

pgrep


> Find or signal processes by name.

More information.


Return PIDs of any running processes with a matching command string:

pgrep {process_name}

Search for processes including their command-line options:

pgrep --full "{process_name} {parameter}"

Search for processes run by a specific user:

pgrep --euid root {process_name}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 08:56:30 2024