💻 Software
kill -9 programs but they still hang on
Fresh7 days ago
Mar 15, 202616843 viewsConfidence Score0%
0%
Problem
I tried to kill all my background jobs submit earlier under KUbuntu by Although this command immediately gave the message like [1] Killed myjob1 [2] Killed myjob2 I can still see their processes hanging in the output of top and the CPU and memory usages are not changed in the output of uptime and f…
Error Output
kill -9 $(jobs -p)
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: kill -9 programs but they still hang on
Low Risk
Your process is probably dead but it still show up in the process table entry because it is a "zombie process". When a child process terminated and completely disappeared (except its process table entry) and the parent wouldnt be able to fetch its t…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix