Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.9.1.html
Дата изменения: Fri Jan 17 12:43:20 1997 Дата индексирования: Tue Oct 2 01:16:17 2012 Кодировка: Поисковые слова: http astrokuban.info astrokuban |
The following are the signals that are usually caught with the trap command.
0 shell exit (for any reason, including end of file EOF). 1 hangup. 2 interrupt (^C). 3 quit (^\\ ; causes program to produce a core dump). 9 kill (cannot be caught or ignored). 15 terminate; default signal generated by kill.