- SIGQUIT
- Terminal Quit Signal (Signal Nr. 3) unter X/Open UNIX -erzeugt nocrmalerweise von der aufrufenden Shell bei Termination; erzeugt normalerweise ein Core Dump (->xedit /usr/include/signal.h)
Acronyms. 2013.
Acronyms. 2013.
SIGQUIT — Описание: Нажатие «quit» на терминале По умолчанию: завершение процесса коды SA SIGINFO (не имеет специфических кодов) В POSIX системах, SIGQUIT сигнал, для остановки процесса пользователем, комбинацией «quit» на терминале. Этот сигнал … Википедия
SIGQUIT — Infobox Computing signal description = Terminal quit signal action = Abnormal termination of the processSIGQUIT is a signal used on POSIX compliant platforms to indicate a request by a user for a process to dump core. The symbolic constant for… … Wikipedia
SIGQUIT — Ein Signal ist eine Systemnachricht an einen laufenden Prozess. Signale sind eine primitive Form von Interprozesskommunikation. Die meisten Signale bewirken auch eine Aktion – meist das Beenden des Prozesses. Andere hingegen dienen lediglich der… … Deutsch Wikipedia
SIGQUIT — Terminal Quit Signal (Signal Nr. 3) unter X/Open UNIX erzeugt nocrmalerweise von der aufrufenden Shell bei Termination; erzeugt normalerweise ein Core Dump ( >xedit /usr/include/signal.h) … Acronyms von A bis Z
TTY-абстракция — Стиль этой статьи неэнциклопедичен или нарушает нормы русского языка. Статью следует исправить согласно стилистическим правилам Википедии. У этого термина существуют и другие значения, см. Tty. Подсистема TTY, или TTY абстракция это одна из … Википедия
Signal (computing) — A signal is a limited form of inter process communication used in Unix, Unix like, and other POSIX compliant operating systems. Essentially it is an asynchronous notification sent to a process in order to notify it of an event that occurred. When … Wikipedia
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
Process group — In POSIX conformant operating systems, a process group denotes a collection of one or more processes. Process groups are used to control the distribution of signals. A signal directed to a process group is delivered individually to all of the… … Wikipedia
System (C standard library) — In the C standard library, system is a function used to execute subprocesses and commands, residing in stdlib.h. It differs from the exec/spawn family of functions in that instead of passing arguments to an executed object, a single string is… … Wikipedia
SIGTSTP — Ein Signal ist eine Systemnachricht an einen laufenden Prozess. Signale sind eine primitive Form von Interprozesskommunikation. Die meisten Signale bewirken auch eine Aktion – meist das Beenden des Prozesses. Andere hingegen dienen lediglich der… … Deutsch Wikipedia