copied simple table from unix programming environment on shell signal numbers

This commit is contained in:
z3rOR0ne 2022-05-08 03:37:31 -07:00
parent e87abe8967
commit a85351adce

View 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)