Bash Man Page: kill <pid> vs kill -9 <pid>
Fresh3 days ago
Mar 15, 202632111 viewsConfidence Score0%
0%
Problem
My man page does not document the difference between and Since these do different things why is the -9 not documented in the manpage? I thought maybe it was a shell specific things so I looked in the bash man page too but no luck. Bonus question: what does the -9 do?
Error Output
kill <pid>
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Bash Man Page: kill <pid> vs kill -9 <pid>
Low Risk
just sends a signal to the given process. The tells it which signal to send. Different numbers correspond to different common signals. , for example, is 2, so to send a process the signal issue the command The manpage here specifies: The default sig…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix