「BusyBox」- The Swiss Army Knife of Embedded Linux

认识

官网:https://busybox.net/
文档:https://busybox.net/downloads/BusyBox.html
仓库:https://busybox.net/source.html

BusyBox combines tiny versions of many common UNIX utilities into a single small executable. It provides replacements for most of the utilities you usually find in GNU fileutils, shellutils, etc. The utilities in BusyBox generally have fewer options than their full-featured GNU cousins; however, the options that are included provide the expected functionality and behave very much like their GNU counterparts. BusyBox provides a fairly complete environment for any small or embedded system. 简而言之,BusyBox 将常用的 GNU Linux 工具(部分功能)集成到单个程序文件中,以降低资源消耗,进而应用于小型或嵌入式系统中。

组成

WIP

构建

针对我们的场景,我们更多使用其 Docker 镜像 | https://hub.docker.com/_/busybox

性质

WIP

场景

文本编辑 | 使用 vi 命令