Busybox
Warning
This article has been flagged as dirty for not conforming to the wiki guidelines. It is now grouped in the list of articles that need formatting improvements.
This article has been flagged as dirty for not conforming to the wiki guidelines. It is now grouped in the list of articles that need formatting improvements.
Busybox, appropriately dubbed "The Swiss Army Knife of Embedded Linux", is Article description::a utility that combines tiny versions of many common UNIX utilities into a single small executable.
Installation
Emerge
root #
emerge --ask sys-apps/busybox
Usage
You can find a handful of UNIX utilities inside busybox. To use one, execute busybox
, followed by the utility name.
root #
busybox vi
This command will open up Busybox's instance of vi.
Note
Busybox vi may exist on a system where vi does not. Busybox vi is completely separate from the coreutils installed on your system, and is found in one binary.
Busybox vi may exist on a system where vi does not. Busybox vi is completely separate from the coreutils installed on your system, and is found in one binary.
This article is issued from Gentoo. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.