SIGTERM

SIGTERM

Infobox Computing signal
description = Termination signal
action = Abnormal termination of the process
On POSIX-compliant platforms, SIGTERM is the signal sent to a process to request its termination. The symbolic constant for SIGTERM is defined in the header file signal.h. Symbolic signal names are used because signal numbers can vary across platforms, however on the vast majority of systems, SIGTERM is signal #15.

Etymology

"SIG" is a common prefix for signal names. "TERM" is an abbreviation for "terminate".

Usage

SIGTERM is the default signal sent to a process by the kill or killall commands. It causes the termination of a process, but unlike the SIGKILL signal, it can be caught and interpreted (or ignored) by the process. Therefore, SIGTERM is more akin to asking a process to terminate nicely, allowing cleanup and closure of files. For this reason, on many Unix systems during shutdown, init issues SIGTERM to all processes that are not essential to powering off, waits a few seconds, and then issues SIGKILL to forcibly terminate other processes to allow the computer to halt.


Wikimedia Foundation. 2010.

Игры ⚽ Нужно сделать НИР?

Look at other dictionaries:

  • SIGTERM — Описание: Сигнал для завершения процесса По умолчанию: завершение процесса коды SA SIGINFO (не имеет специфических кодов) В POSIX системах, SIGTERM  сигнал, для запроса завершения процесса. SIGTERM  целочисленная константа,… …   Википедия

  • SIGTERM — bezeichnet auf POSIX kompatiblen Plattformen ein Signal zum Terminieren von Programmprozessen. Die Konstante zu SIGTERM ist in der Header Datei signal.h definiert. Symbolische Signal Bezeichnungen werden verwendet, da sich die Signalnummern… …   Deutsch Wikipedia

  • SIGTERM — Au sein des plateformes répondant aux normes POSIX, SIGTERM est le signal envoyé à un processus afin de provoquer sa fin. La constante symbolique du pré processeur C pour SIGTERM est définie dans le fichier d en tête signal.h, en général lui même …   Wikipédia en Français

  • SIGTERM — Termination Signal (Signal Nr. 15) unter X/Open UNIX ( >xedit /usr/include/signal.h) …   Acronyms

  • SIGTERM — Termination Signal (Signal Nr. 15) unter X/Open UNIX ( >xedit /usr/include/signal.h) …   Acronyms von A bis Z

  • Kill (Unix) — kill (engl. töten) ist ein Unix Kommando und gleichnamiger Systemaufruf, um unter dem Betriebssystem laufenden Prozessen Signale zu schicken. Standardmäßig wird dabei das Signal SIGTERM versendet, welches den entsprechenden Prozess dazu… …   Deutsch Wikipedia

  • Kill (Unix) — En informatique, kill est une commande de certains systèmes d exploitation (particulièrement Unix et ses dérivés) utilisée pour demander l arrêt d un processus en cours d exécution. Sommaire 1 Implémentations 2 Exemples 3 Voir aus …   Wikipédia en Français

  • Kill — Saltar a navegación, búsqueda En Unix y los sistemas operativos tipo Unix, kill es un comando utilizado para enviar mensajes sencillos a los procesos ejecutándose en el sistema. Por defecto el mensaje que se envía es la señal de terminación… …   Wikipedia Español

  • kill — En Unix y los sistemas operativos tipo Unix, kill es un comando utilizado para enviar mensajes sencillos a los procesos ejecutándose en el sistema. Por defecto el mensaje que se envía es la señal de terminación (SIGTERM), que solicita al proceso… …   Wikipedia Español

  • kill (Unix) — kill (engl. töten) ist ein Unix Kommando und gleichnamiger Systemaufruf, um unter dem Betriebssystem laufenden Prozessen Signale zu schicken. Standardmäßig wird bei dem UNIX Kommando kill das Signal SIGTERM versendet, welches den entsprechenden… …   Deutsch Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”