Linux command
busybox 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List
busybox --list
Run
busybox ls [-la]
Create
busybox --install -s
Show
busybox --help
说明
busybox combines many common Unix utilities into a single small executable. It implements lightweight versions of over 300 commands, making it ideal for embedded systems, containers, and minimal installations. The tool is ubiquitous in embedded Linux, Android, and container images like Alpine Linux.
参数
- --list
- List available applets
- --install -s
- Create applet symlinks
- --help _applet_
- Show help for applet
FAQ
What is the busybox command used for?
busybox combines many common Unix utilities into a single small executable. It implements lightweight versions of over 300 commands, making it ideal for embedded systems, containers, and minimal installations. The tool is ubiquitous in embedded Linux, Android, and container images like Alpine Linux.
How do I run a basic busybox example?
Run `busybox --list` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --list do in busybox?
List available applets