Lines Matching +full:loss +full:- +full:of +full:- +full:signal
1 .\"-
3 .\" The Regents of the University of California. All rights reserved.
6 .\" the Institute of Electrical and Electronics Engineers, Inc.
11 .\" 1. Redistributions of source code must retain the above copyright
12 .\" notice, this list of conditions and the following disclaimer.
14 .\" notice, this list of conditions and the following disclaimer in the
16 .\" 3. Neither the name of the University nor the names of its contributors
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
37 .Nd terminate or signal a process
54 utility sends a signal to the processes specified by the
58 Only the super-user may send signals to other users' processes.
61 .Bl -tag -width indent
63 A symbolic signal name specifying the signal to be sent instead of the
67 If no operand is given, list the signal names; otherwise, write
68 the signal name corresponding to
71 A symbolic signal name specifying the signal to be sent instead of the
75 A non-negative decimal integer, specifying the signal to be sent instead
81 .Bl -tag -width indent
83 The signal is sent to all processes whose group ID is equal to the process
84 group ID of the sender, and for which the process has permission.
85 .It -1
86 If superuser, broadcast the signal to all processes; otherwise broadcast
88 .It - Ns Ar PGID
89 The signal is sent to all processes that belong to the specified
93 Some of the more commonly used signals:
95 .Bl -tag -width indent -compact
105 KILL (non-catchable, non-ignorable kill)
109 TERM (software termination signal)
119 .Ex -std
126 Send the hangup signal
130 .Dl "kill -s HUP 507"
134 .Dl "kill -- -117"
147 .St -p1003.2
154 in section 8 of the manual.