]> @LXC_GENERATE_DATE@ lxc-kill 1 IBM lxc-kill Send a signal to the process 1 of the container. lxc-kill --name=NAME SIGNUM Description lxc-kill send the SIGNUM signal to the first process of the container. The SIGNUM is a numeric value, the signal name is not supported. 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). &commonoptions; Examples To send the signal 26 to the process pi1 running in container 123 : lxc-execute -n 123 -- pi1 -d 500000 lxc-kill --name=123 26 &seealso; Author Daniel Lezcano daniel.lezcano@free.fr