Which of the following signals is sent to a process when the key combination Ctrl+Z is pressed on the keyboard?

Which of the following signals is sent to a process when the key combination Ctrl+Z is pressed on the keyboard?
A. SIGTERM
B. SIGCONT
C. SIGSTOP
D. SIGKILL
E. SIGINT

Download Printable PDF. VALID exam to help you PASS.

4 thoughts on “Which of the following signals is sent to a process when the key combination Ctrl+Z is pressed on the keyboard?

  1. Sorry, the Crtl+z suspends a foreground job. not running a foreground process in the background as previously stated.

  2. The correct option is C SIGSTOP –> Ctrl+z. i.e. putting a running process in background
    SIGTSP –> fg : bringing a background process on the foreground using the fg command.

    I will recommend reading CompTiA Linux+ by Asghar Ghori

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.