Skip to content

This document is a WORK IN PROGRESS.
This is just a quick personal cheat sheet: treat its contents with caution!


BusyBox

TODO

Reference(s)

Table of contents


Install

Install BusyBox on your GNU/Linux machine in order to test its programs:

# emerge -a sys-apps/busybox
# pacman -S busybox
# nix-env -iA nixos.busybox
# nix-env -iA nixpkgs.busybox
# apt install busybox
# yum install busybox
# dnf install busybox

Use

TODO

  • Run a BusyBox program (e.g. top):
    $ busybox top
    

If this cheat sheet has been useful to you, then please consider leaving a star here.