exam questions

Exam 101-500 All Questions

View all questions & answers for the 101-500 exam

Exam 101-500 topic 1 question 46 discussion

Actual exam question from LPI's 101-500
Question #: 46
Topic #: 1
[All 101-500 Questions]

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

  • A. SIGTERM
  • B. SIGCONT
  • C. SIGSTOP
  • D. SIGKILL
  • E. SIGINT
Show Suggested Answer Hide Answer
Suggested Answer: E 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
Ninymo
3 months, 3 weeks ago
Answer: E
upvoted 1 times
...
naTpuoT
9 months, 2 weeks ago
Correct E - SIGINT is the signal sent when we press Ctrl+C Ctrl + C vs Ctrl + Z | Are they the Same? No, they are not. People ordinarily tend to confuse Ctrl + C and Ctrl + Z, as both of them seem to carry out a similar functionality, if not entirely the same. Indeed, both Ctrl + C and Ctrl + Z can interrupt a running process, but the task that follows differs. Ctrl + C will terminate the process after it has interrupted and stopped the running process. On the other hand, Ctrl + Z will only pause the process temporarily, and send the running process to the background. The user is then able to run any other terminals processes in the meantime, and once done, the user can again bring the paused process back to the foreground, by means of using the fg command inside the terminal. https://www.programmerhat.com/linux-ctrl-c/
upvoted 1 times
...
NeoSam999
1 year, 6 months ago
Correct Answer: E Ctrl+C - SIGINT Ctrl+\ - SIGQUIT Ctrl+Z - SIGTSTP
upvoted 3 times
...
Grandsumi
1 year, 6 months ago
E is correct. Ctrl + C actually passes SIGINT(2).
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago