recategorized by
1,768 views
1 votes
1 votes

Which of the following option with reference to UNIX operating system is not correct?

  1. INT signal is sent by the terminal driver when one types <Control-C> and it is a request to terminate the current operation
  2. TERM is a request to terminate execution completely. The receiving process will clean up its state and exit
  3. QUIT is similat to TERM, except that it defaults to producing a core dump if not caught.
  4. KILL is a blockable signal
recategorized by
Answer:

Related questions