copied simple table from unix programming environment on shell signal numbers
This commit is contained in:
parent
e87abe8967
commit
a85351adce
1 changed files with 9 additions and 0 deletions
9
unix_programming_environment/shell_signal_numbers.txt
Normal file
9
unix_programming_environment/shell_signal_numbers.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
------------------------- Table 5.4 -------------------------
|
||||
Shell Signal Numbers
|
||||
|
||||
0 shell exit (for any reason, including end of file)
|
||||
1 hangup
|
||||
2 interrupt (DEL key)
|
||||
3 quit (ctl-\; causes program to produce core dump)
|
||||
9 kill (cannot be caught or ignored)
|
||||
15 terminate, default signal generated by kill(1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue