.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "LXC-KILL" "1" "Mon Dec 16 11:31:06 UTC 2013" "IBM" "" .SH NAME lxc-kill \- Send a signal to the process 1 of the container. .SH SYNOPSIS \fBlxc-kill --name=\fINAME\fB \fISIGNUM\fB\fR .SH "DESCRIPTION" .PP \fBlxc-kill\fR send the \fISIGNUM\fR signal to the first process of the container. .PP The \fISIGNUM\fR is a numeric value, the signal name is not supported. .PP If this command is used on an application container ran by lxc-execute, the lxc-init will receive the signal and will forward it to the process 2 which is the command specified in the command line. See lxc-execute (1). Obviously the SIGKILL and SIGSTOP signals are not able to be forwarded, (as per the signal(7) man page). .SH "COMMON OPTIONS" .PP These options are common to most of lxc commands. .TP \fB-?, -h, --help\fR Print a longer usage message than normal. .TP \fB--usage\fR Give the usage message .TP \fB-q, --quiet\fR mute on .TP \fB-o, --logfile=\fIFILE\fB\fR Output to an alternate log \fIFILE\fR\&. The default is no log. .TP \fB-l, --logpriority=\fILEVEL\fB\fR Set log priority to \fILEVEL\fR\&. The default log priority is ERROR\&. Possible values are : FATAL, CRIT, WARN, ERROR, NOTICE, INFO, DEBUG\&. Note that this option is setting the priority of the events log in the alternate log file. It do not have effect on the ERROR events log on stderr. .TP \fB-n, --name=\fINAME\fB\fR Use container identifier \fINAME\fR\&. The container identifier format is an alphanumeric string. .SH "EXAMPLES" .PP To send the signal 26 to the process pi1 running in container 123 : .nf lxc-execute -n 123 -- pi1 -d 500000 lxc-kill --name=123 26 .fi .SH "SEE ALSO" .PP \fBlxc\fR(1), \fBlxc-create\fR(1), \fBlxc-destroy\fR(1), \fBlxc-start\fR(1), \fBlxc-stop\fR(1), \fBlxc-execute\fR(1), \fBlxc-kill\fR(1), \fBlxc-console\fR(1), \fBlxc-monitor\fR(1), \fBlxc-wait\fR(1), \fBlxc-cgroup\fR(1), \fBlxc-ls\fR(1), \fBlxc-ps\fR(1), \fBlxc-info\fR(1), \fBlxc-freeze\fR(1), \fBlxc-unfreeze\fR(1), \fBlxc-attach\fR(1), \fBlxc.conf\fR(5) .SH "AUTHOR" .PP Daniel Lezcano