Difference between revisions of "Pkill"

From wikieduonline
Jump to navigation Jump to search
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<code>[[wikipedia:pkill]]</code> command is used to send [[signals]] to [[process]]. <code>pkill</code> command allows the use of extended regular expression patterns and other matching criteria.
+
{{lowercase}}
 +
<code>[[wikipedia:pkill]]</code> command is used to send [[signals]] to [[process]]. <code>pkill</code> command allows the use of extended [[regular expression]] patterns and other matching criteria.
 +
 
 +
<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]]
  
<code>pkill</code> is available at least in [[Linux commands|Linux]] and [[Solaris]] and in [[Ubuntu]] and [[Debian]] in <code>[[procps]]</code> package.
 
  
  
 
== Related commands ==
 
== Related commands ==
 
* <code>[[pgrep]]</code>
 
* <code>[[pgrep]]</code>
 
+
* <code>[[jobs]]</code>
 
 
  
 
== See also ==
 
== See also ==
 +
* {{pkill}}
 
* {{kill}}
 
* {{kill}}
 +
* {{jobs (linux)}}
 
* {{ps}}
 
* {{ps}}
  

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: