The Computer Oracle

What to do when Ctrl + C can't kill a process?

Become part of the top 3% of the developers by applying to Toptal https://topt.al/25cXVn

--

Music by Eric Matyas
https://www.soundimage.org
Track title: Industries in Orbit Looping

--

Chapters
00:00 Question
01:02 Accepted answer (Score 158)
02:03 Answer 2 (Score 144)
02:56 Answer 3 (Score 52)
03:20 Answer 4 (Score 35)
03:48 Thank you

--

Full question
https://superuser.com/questions/243460/w...

Question links:
[ps]: http://en.wikipedia.org/wiki/Ps_%28Unix%...
[Bash]: http://en.wikipedia.org/wiki/Bash_%28Uni...

Accepted answer links:
[SIGINT]: http://en.wikipedia.org/wiki/Unix_signal...
[man signal]: http://man.cx/signal(7)
[SIGTSTP]: http://en.wikipedia.org/wiki/Unix_signal...
[SIGKILL]: http://en.wikipedia.org/wiki/Unix_signal...
[SIGSTOP]: http://en.wikipedia.org/wiki/Unix_signal...
[kill]: http://man.cx/kill
[process ID]: http://en.wikipedia.org/wiki/Process_ide...

Answer 3 links:
[link]: https://askubuntu.com/questions/14155/wh...

Answer 4 links:
[suspend the program and put it in the background]: http://www.fnal.gov/docs/UNIX/unix_at_fe...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux #bash #shell

#avk47