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
MIDI editor
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
Mageia 8 is Now Available with Linux 5.10 LTS
The latest release of Mageia includes improved graphics support for both AMD and NVIDIA GPUs.
-
GNOME 40 Beta has been Released
Anyone looking to test the beta for the upcoming GNOME 40 release can now do so.
-
OpenMandriva Lx 4.2 has Arrived
The latest stable version of OpenMandriva has been released and offers the newest KDE desktop and ARM support.
-
Thunderbird 78 is being ported to Ubuntu 20.04
The Ubuntu developers have made the decision to port the latest release of Thunderbird to the LTS version of the platform.
-
Elementary OS is Bringing Multi-Touch Gestures to the OS
User-friendly Linux distribution, elementary OS, is working to make using the fan-favorite platform even better for laptops.
-
Decade-Old Sudo Flaw Discovered
A vulnerability has been discovered in the Linux sudo command that’s been hiding in plain sight.
-
Another New Linux Laptop has Arrived
Slimbook has released a monster of a Linux gaming laptop.
-
Mozilla VPN Now Available for Linux
The promised subscription-based VPN service from Mozilla is now available for the Linux platform.
-
Wayland and New App Menu Coming to KDE
The 2021 roadmap for the KDE desktop environment includes some exciting features and improvements.
-
Deepin 20.1 has Arrived
Debian-based Deepin 20.1 has been released with some interesting new features.