InterviewSolution
Saved Bookmarks
| 1. |
____ command is the appropriate way to interrupt a program.(a) kill(b) SIGKILL(c) INT(d) trapThe question was posed to me in homework.Question is from Shell Programming using Various Commands in portion Essential Shell Programming of Unix |
|
Answer» Right ANSWER is (d) TRAP |
|