Q. The signal sent to a process when the “Ctrl-C” key is pressed is ______

  • (A) KILL
  • (B) INT
  • (C) TERM
  • (D) TSTP
πŸ’¬ Discuss
βœ… Correct Answer: (B) INT
Explanation: The INT signal is sent to a process via a terminal when a user wishes to interrupt the process. This signal is usually started by pressing Ctrl-C, but on some systems “delete” or “break” button can trigger this signal.
Explanation by: Mr. Dubey
The INT signal is sent to a process via a terminal when a user wishes to interrupt the process. This signal is usually started by pressing Ctrl-C, but on some systems “delete” or “break” button can trigger this signal.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
178
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
89%
Success Rate