diff --git a/translated/tech/20210907 How to use BusyBox on Linux.md b/published/20210907 How to use BusyBox on Linux.md similarity index 98% rename from translated/tech/20210907 How to use BusyBox on Linux.md rename to published/20210907 How to use BusyBox on Linux.md index 3d32336fdd..66a536bca9 100644 --- a/translated/tech/20210907 How to use BusyBox on Linux.md +++ b/published/20210907 How to use BusyBox on Linux.md @@ -4,15 +4,15 @@ [#]: collector: "lujun9972" [#]: translator: "wxy" [#]: reviewer: "wxy" -[#]: publisher: " " -[#]: url: " " +[#]: publisher: "wxy" +[#]: url: "https://linux.cn/article-13840-1.html" 如何在 Linux 上使用 BusyBox ====== > BusyBox 是一个开源(GPL)项目,提供了近 400 个常用命令的简单实现。 -![绿色背景上的bash标志][1] +![](https://img.linux.net.cn/data/attachment/album/202110/01/185208x6ckkmvi0silk3vk.jpg) 我们很容易认为 Linux 的命令是理所当然的。当你安装 Linux 时,它们与系统捆绑在一起,而我们常常不问为什么它们会在那里。一些基本的命令,如 [cd][2]、[kill][3] 和 echo,并不总是独立的应用程序,而是实际上内置于你的 shell 中。其他如 [ls][4]、[mv][5] 和 [cat][6] 是核心工具包(通常是 GNU `coreutils`)的一部分。但在开源的世界里,总是有一些替代品,其中最有趣的是 [BusyBox][7]。