elks-enhanced
public
Read
Owner: themaster
Branch: master
Commits: 6893
Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL
Code
Commits
History
Branches
Bug Reports
Discussions
Compare
Settings
elks-enhanced
/
elkscmd
/
man
/
man1
/
kill.1
File editor
.TH kill 1 .SH NAME kill \- Send a process a signal .SH SYNOPSIS .B kill .RB [ \-signo ] .RB [ -HUP ] .RB [ -INT ] .RB [ -STOP ] .RB [ -TSTP ] .RB [ -CONT ] .RB [ -KILL ] .RB [ -TERM ] .I pid ... .SH DESCRIPTION .B kill send a signal to the process specified by each .I pid operand listed. .sp By default signal 15 (SIGTERM) is sent. .\" Process 0 means all the processes in the sender's process group. A process group can be signalled by the negative value of the process group ID. Signals may be numerical, or the name of the signal without SIG. .SS OPTIONS .TP 10 .B "\-signo" The signal to be sent. May be HUP, INT, STOP, TSTP, CONT, KILL or TERM, or a numeric signal number. .SH EXAMPLES .TP 20 .B kill \-HUP 45 # Send the SIGHUP signal to process 45. .TP 20 .B kill \-9 2 # Send 9, SIGKILL, to the process with id 2. .TP 20 .B kill \-INT 4 6 -23 # Send the SIGINT signal to the processes with ids 4 and 6 and the process group 23. .SH EXIT STATUS .TP .I 0 Success .TP .I 1 Unknown signal specified, or non-numeric pid specified. .SH BUGS Does not support full list of text signal names. .SH SEE ALSO .BR kill (2). .SH AUTHORS David I. Bell .br Al Riddoch (ajr@ecs.soton.ac.uk) (this manpage)
Commit message
This repository is read-only for this account.
Repository snapshot
Current branch
master
Visibility
public
Your access
Read
Remote
Configured
File activity
View file history