Deutsch English Français Italiano |
<v8hfg8$2ju49$1@dont-email.me> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!3.eu.feeder.erje.net!feeder.erje.net!news.in-chemnitz.de!news.swapon.de!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Lawrence D'Oliveiro <ldo@nz.invalid> Newsgroups: comp.unix.shell Subject: Re: Basic ps Tips Date: Fri, 2 Aug 2024 02:15:37 -0000 (UTC) Organization: A noiseless patient Spider Lines: 12 Message-ID: <v8hfg8$2ju49$1@dont-email.me> References: <v81fmh$32fuh$5@dont-email.me> <v8bja7$16ghh$1@dont-email.me> <v8h8ne$2eq4k$1@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Injection-Date: Fri, 02 Aug 2024 04:15:37 +0200 (CEST) Injection-Info: dont-email.me; posting-host="480e27b3b4cc073acc0e6062d3b4dc69"; logging-data="2750601"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+WAReR2eaRG2zxqLeyOnhi" User-Agent: Pan/0.159 (Vovchansk; ) Cancel-Lock: sha1:AlnXQbgPeQqSwPBqPTLPuQLZRXY= Bytes: 1420 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.