💻 Software
Ending a process in Unix instead of interrupting it
Fresh5 days ago
Mar 15, 202614339 viewsConfidence Score0%
0%
Problem
At the command line if I press Ctrl-C,that does not end a process, but rather interrupts it and I return to the shell prompt. So, I have the following two questions: Is there a way i can see the list of all interrupted processes and end them? What key combination to press to end a process instead o…
Error Output
Unix
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Ending a process in Unix instead of interrupting it
Low Risk
Ctrl+C sends a . By default this terminates the application. You are confusing this with Ctrl-Z, which suspends an application in bash.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix