A Bash alternative
Command Line – BusyBox
BusyBox features a small footprint and speed, making it a popular choice for systems with limited resources.
BusyBox [1] is often described as a set of utilities. That description is not inaccurate, because BusyBox includes over 400 commands. However, what distinguishes BusyBox is how it organizes those commands. All the commands in BusyBox are sub-commands of the bare command and run in the Ash shell, a derivative of the Almquist Shell [2], long known for its speed and small size. With these advantages, BusyBox has become a popular choice for embedded systems, containers, and computers with limited resources. In addition, it is often used by those who want a faster command line, or by system administrators who want the added security of limiting the commands available to other users. While BusyBox is often described as a Swiss Army knife, it is more accurate to consider it a command-line shell and an alternative to Bash.
BusyBox was originally written in 1995 by Bruce Perens to provide a complete operating system on a single floppy disk. Since then, under successive maintainers and dozens of contributors, BusyBox has expanded from its role as a Debian tool to become a cross-platform tool and a standard wherever efficient use of memory is a priority. This continued popularity has made BusyBox a frequent target for violations of the GNU General Public License (GPL). In addition, the BusyBox project is known for its insistence on continuing to use GPLv2 rather than switching to GPLv3, a controversy that resulted in forks such as Toybox under different licenses; this was finally resolved by adopting a license that specifies only GPL 2.0 or later. At times, these licensing issues have threatened to overshadow everything else, but today BusyBox remains known for its versatility and usefulness.
BusyBox's Structure
If you have spent any time in a Linux shell, BusyBox's sub-commands will be familiar to you. Tar, permissions, grep, less – if you can name a command in Bash or most shells, the chances are you can find an identically named command in BusyBox. Despite being available on several operating systems, BusyBox openly adheres to common Unix standards and practices. However, there is one important difference: The BusyBox command often has fewer options than the same command in most shells. With simpler commands such as free
, which shows a system's memory usage, there may be no difference. By contrast, though, the grep
search command in Bash contains over 40 options (the exact number depending on how sub-options are counted), but only 24 in BusyBox. Naturally, BusyBox includes the most common options, just as a desktop application often does. However, an advanced or specialist option may be missing in BusyBox. Sometimes, too, other applications may be hardwired to use the commands from the shell downloaded when a system is installed. As a result, some operations are difficult or impossible in BusyBox. Perhaps just as important, this means that regular man pages are not always useful in BusyBox. Instead, users must rely on BusyBox's own man page, which is over 80 pages long and perhaps best used in a web browser, where searches are easier.
[...]
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
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.
News
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.
-
Latest Cinnamon Desktop Releases with a Bold New Look
Just in time for the holidays, the developer of the Cinnamon desktop has shipped a new release to help spice up your eggnog with new features and a new look.
-
Armbian 24.11 Released with Expanded Hardware Support
If you've been waiting for Armbian to support OrangePi 5 Max and Radxa ROCK 5B+, the wait is over.
-
SUSE Renames Several Products for Better Name Recognition
SUSE has been a very powerful player in the European market, but it knows it must branch out to gain serious traction. Will a name change do the trick?
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.