Difference between revisions of "Pkill"

From wikieduonline
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
  
 
<code>pkill</code> is available at least in [[Linux commands|Linux]], [[Solaris]] and in [[Ubuntu]] and [[Debian]] in <code>[[procps]]</code> package.
 
<code>pkill</code> is available at least in [[Linux commands|Linux]], [[Solaris]] and in [[Ubuntu]] and [[Debian]] in <code>[[procps]]</code> package.
 +
* https://www.manpagez.com/man/1/pkill/
 +
 +
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]]
 +
  
  

Latest revision as of 08:15, 18 April 2023

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: