Sujet : Re: Basic ps Tips
De : ldo (at) *nospam* nz.invalid (Lawrence D'Oliveiro)
Groupes : comp.unix.shellDate : 02. Aug 2024, 04:15:37
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <v8hfg8$2ju49$1@dont-email.me>
References : 1 2 3
User-Agent : Pan/0.159 (Vovchansk; )
On Fri, 2 Aug 2024 00:19:58 -0000 (UTC), Jerry Peters wrote:
Or just use ps -C <command>:
Neat. But note this <
https://manpages.debian.org/1/ps.1.en.html>:
-C cmdlist
Select by command name. This selects the processes whose
executable name is given in cmdlist. NOTE: The command name is not
the same as the command line.
That might matter in some cases.