From 60fe8262ce3fa1f4dfca84cb5864d90285f8a32a Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Fri, 1 Oct 2021 18:58:17 +0800 Subject: [PATCH] PRF --- published/20210907 How to use BusyBox on Linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/published/20210907 How to use BusyBox on Linux.md b/published/20210907 How to use BusyBox on Linux.md index 66a536bca9..3b2744163a 100644 --- a/published/20210907 How to use BusyBox on Linux.md +++ b/published/20210907 How to use BusyBox on Linux.md @@ -26,7 +26,7 @@ BusyBox 非常小。作为一个可执行文件,它不到 1MB,所以它在 [ ### 极简主义 -BusyBox 的部分魅力在于它的极简主义。它的所有命令都被编译到一个二进制文件里(`busybox'),它的手册只有 81 页(根据我对 `man` 送到 `pr` 管道的计算),但它涵盖了近 400 条命令。 +BusyBox 的部分魅力在于它的极简主义。它的所有命令都被编译到一个二进制文件里(`busybox`),它的手册只有 81 页(根据我对 `man` 送到 `pr` 管道的计算),但它涵盖了近 400 条命令。 作为一个例子的比较,这是 “原版” 的 `useradd —help` 的输出: