stuff.mp4
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
|
||||
01 SIGHUP Terminate Hang up controlling terminal or Yes
|
||||
process
|
||||
02 SIGINT Terminate Interrupt from keyboard, Control-C Yes
|
||||
03 SIGQUIT Dump Quit from keyboard, Control-\ Yes
|
||||
04 SIGILL Dump Illegal instruction Yes
|
||||
05 SIGTRAP Dump Breakpoint for debugging No
|
||||
06 SIGABRT Dump Abnormal termination Yes
|
||||
06 SIGIOT Dump Equivalent to SIGABRT No
|
||||
07 SIGBUS Dump Bus error No
|
||||
08 SIGFPE Dump Floating-point exception Yes
|
||||
09 SIGKILL Terminate Forced-process termination Yes
|
||||
10 SIGUSR1 Terminate Available to processes Yes
|
||||
11 SIGSEGV Dump Invalid memory reference Yes
|
||||
12 SIGUSR2 Terminate Available to processes Yes
|
||||
13 SIGPIPE Terminate Write to pipe with no readers Yes
|
||||
14 SIGALRM Terminate Real-timer clock Yes
|
||||
15 SIGTERM Terminate Process termination Yes
|
||||
16 SIGSTKFLT Terminate Coprocessor stack error No
|
||||
17 SIGCHLD Ignore Child process stopped or terminated Yes
|
||||
or got a signal if traced
|
||||
18 SIGCONT Continue Resume execution, if stopped Yes
|
||||
19 SIGSTOP Stop Stop process execution, Ctrl-Z Yes
|
||||
20 SIGTSTP Stop Stop process issued from tty Yes
|
||||
21 SIGTTIN Stop Background process requires input Yes
|
||||
22 SIGTTOU Stop Background process requires output Yes
|
||||
23 SIGURG Ignore Urgent condition on socket No
|
||||
24 SIGXCPU Dump CPU time limit exceeded No
|
||||
25 SIGXFSZ Dump File size limit exceeded No
|
||||
26 SIGVTALRM Terminate Virtual timer clock No
|
||||
27 SIGPROF Terminate Profile timer clock No
|
||||
28 SIGWINCH Ignore Window resizing No
|
||||
29 SIGIO Terminate I/O now possible No
|
||||
29 SIGPOLL Terminate Equivalent to SIGIO No
|
||||
30 SIGPWR Terminate Power supply failure No
|
||||
31 SIGSYS Dump Bad system call No
|
||||
32 SIGUNUSED Dump Equivalent to SIGSYS No
|
||||
Reference in New Issue
Block a user