FOSSPicks

Process killer

fkill

There are as many ways to kill a process in Linux as there are to start them, and everyone has their favorite. Mine is typing ps aux | grep <process name> and then killing that process off directly with a cast of the kill -9 <process id> command, although I also resort to killing via top if the process is stealing CPU cycles and is difficult to track. Both of these methods have risks associated with them, especially top, which will let you type k on whatever process happens to be at the top of the CPU stack and kill it with a simple press of the Return key. fkill is a better alternative that also runs from the command line. What makes it better is that it's interactive. Running it with no arguments will list all the processes you currently have running, and you can cursor through those.

More like a menu, your selected process will attempt to stay in the middle of the selection as you scroll the list up and down. You can also start typing, and fkill will search for running processes containing your text. When you find the process you're looking for, such as PulseAudio, a simple press of Return is all it takes to kill the process (if you have the permissions), so you still need to be careful, but you can see clearly what you're doing and what's going to happen. One neat feature is that you can enter a process name or ID from the command line to kill that process without the menu. You can also kill a process bound to a specific port by prefixing the port with a colon. It's simple, but it works very well and is well worth replacing your current kill regime, because killing an editor containing your latest novel edits is never fun.

Project Website

https://github.com/sindresorhus/fkill-cli

Turn your process list into a menu of tasks to be destroyed.

MIDI editor

Buy this article as PDF

Express-Checkout as PDF
Price $2.95
(incl. VAT)

Buy Linux Magazine

SINGLE ISSUES
 
SUBSCRIPTIONS
 
TABLET & SMARTPHONE APPS
Get it on Google Play

US / Canada

Get it on Google Play

UK / Australia

Related content

  • FOSSPicks

    Graham nearly made it through an entire month of FOSSPicks without an esoteric audio discovery. And then he found VeeSeeVSTRack.

  • FOSSPicks

    This month Graham looks at Plasma System Monitor, projectM audio visualizer, yt-dlg downloader GUI, and more.

  • FOSSPicks

    This month Graham fires up MuseScore 3.0, hexyl, weborf, Chrono, and several other useful Linux tools.

  • FOSSPicks

    This month Graham looks at Cardinal, Celestia 1.7.0, Friture, Wavetable, Helix Editor, Brogue CE, and more!

  • FOSSPicks

    One weekend this month, Graham's synth obsession took him 600 miles in a rental car into ancient Cornwall to buy a beat-up old 1980s MIDIBoard. Stay tuned for a Linux editor! Graham looks at Surge, fd, Kloak keystroke anonymizer, Symphytum, uMatrix,†and more!

comments powered by Disqus
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters

Support Our Work

Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.

Learn More

News