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/
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.
Ninymo
3 months, 3 weeks agonaTpuoT
9 months, 2 weeks agoNeoSam999
1 year, 6 months agoGrandsumi
1 year, 6 months ago