|
|
1.1 ! root 1: ! 2: ! 3: kill Command kill ! 4: ! 5: ! 6: ! 7: ! 8: Signal a process ! 9: ! 10: kkiillll [- _s_i_g_n_a_l ] _p_i_d ... ! 11: ! 12: COHERENT assigns each active process a unique process id, or pid, ! 13: and uses the pid to identify the process. kill sends signal to ! 14: each pid. signal must be one of the numbers described in the ! 15: header <signal.h> or <sys/msig.h>. The signal can be given by ! 16: number or by name, as ddeeffiinneed in these header files. By default, ! 17: signal is SIGTERM, which terminates a given process. ! 18: ! 19: If pid is zero, kill signals each process started by the user ! 20: from the same tty. ! 21: ! 22: The shell sh prints the process id of a process if the command is ! 23: detached. The ps command prints a list of all active processes, ! 24: with process ids and command line arguments. ! 25: ! 26: A user can kill only the processes he owns; the superuser, ! 27: however, can kill anything. A process cannot ignore or catch ! 28: SIGKILL. ! 29: ! 30: ***** Files ***** ! 31: ! 32: <ssyyss/mmssiigg.hh> -- Machine-dependent signal numbers ! 33: <ssiiggnnaall.hh> -- Machine invariant signal numbers ! 34: ! 35: ***** See Also ***** ! 36: ! 37: commands, getpid(), init, kill(), ps, sh, signal() ! 38: ! 39: ! 40: ! 41: ! 42: ! 43: ! 44: ! 45: ! 46: ! 47: ! 48: ! 49: ! 50: ! 51: ! 52: ! 53: ! 54: ! 55: ! 56: ! 57: ! 58: ! 59: ! 60: ! 61: ! 62: ! 63: ! 64: COHERENT Lexicon Page 1 ! 65: ! 66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.