tkill(1) - Linux man page
Name
tkill - Terminate LAM on one node.Syntax
tkill [-dhvN] [-f <killfile>]Options
- -d
- Turn on debugging mode. This implies -v.
- -h
- Print the command help menu.
- -v
- Be verbose.
- -N
- Pretend; do not take action.
- -f <killfile>
- Use <killfile> as the name of the kill file.
Description
In LAM, the first process to be killed is always the kernel. When the kernel receives its termination signal, it propagates the signal to all of its constituent processes. Therefore, tkill will ordinarily be racing the kernel to kill all other processes. This redundant aspect of tkill allows it to be used as a general purpose tool in association with hboot(1).
Files
- /tmp/lam-$USER@<hostname>
- the kill file, created by the kernel, where $USER is the userid, and <hostname> is the name of the local machine
