pkill

From wikieduonline
Revision as of 08:15, 18 April 2023 by Welcome (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

wikipedia:pkill command is used to send signals to process. pkill command allows the use of extended regular expression patterns and other matching criteria.

pkill is available at least in Linux, Solaris and in Ubuntu and Debian in procps package.

usage: pkill [-signal] [-ILfilnovx] [-F pidfile] [-G gid]
             [-P ppid] [-U uid] [-g pgrp]
             [-t tty] [-u euid] pattern ...


  -x          Require an exact match of the process name, or argument list
                if -f is given.  The default is to match any substring.


pkill -x ssh


Related commands[edit]

See also[edit]

Advertising: