BusyBox:嵌入式系统的强大工具
1. BusyBox 基本操作
BusyBox 是一个多调用二进制文件,它将许多常见的 Unix 实用工具组合到一个可执行文件中。构建 BusyBox 后,会得到一个名为 busybox 的二进制文件。它既可以直接通过二进制文件名调用,也更常通过符号链接来启动。
当不带命令行参数调用 BusyBox 时,它会列出通过配置启用的功能。例如:
root@coyote # ./busybox
BusyBox v1.01 (2005.12.03-18:00+0000) multi-call binary
Usage: busybox [function] [arguments]...
or: [function] [arguments]...
BusyBox is a multi-call binary that combines many common Unix
utilities into a single executable. Most people will create a
link to busybox for each function they wish to use and BusyBox
will act like whatever it was invoked as!
Currently defined functions:
[, ash, basename, bunzip2, busybox, bzcat, cat, chgrp, chmod,
chown, chroot, chvt, clear, cmp, cp, cut, date, dd,
超级会员免费看
订阅专栏 解锁全文
398

被折叠的 条评论
为什么被折叠?



