2025-04-03 20:36:56 -06:00
|
|
|
# busybox
|
|
|
|
|
|
|
|
|
|
> A collection of small system utilities in a single executable.
|
|
|
|
|
> Executing `busybox` via a symlink is equivalent to running `busybox symlink_name`.
|
|
|
|
|
> Linux distributions that use BusyBox will usually provide symlinks for all programs.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://www.busybox.net/downloads/BusyBox>.
|
2025-04-03 20:36:56 -06:00
|
|
|
|
|
|
|
|
- Execute a BusyBox function:
|
|
|
|
|
|
|
|
|
|
`busybox {{ls|rm|mkdir|cat|...}} {{args}}`
|
|
|
|
|
|
|
|
|
|
- Display help and a list of functions:
|
|
|
|
|
|
|
|
|
|
`busybox --help`
|