busybox
BusyBox is a lightweight, single-binary software suite designed for embedded systems and resource-constrained environments.
Last updated
BusyBox is a lightweight, single-binary software suite designed for embedded systems and resource-constrained environments.
Last updated
Basic Usage
For instance, to list the files in a directory using the ls
utility:
BusyBox provides a shell interface (e.g., ash or dash). To access the shell, run:
You can execute BusyBox as a specific utility by specifying the utility name as a command-line argument:
For example, to use BusyBox as the cat
command to display the contents of a file: