mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
busybox: add page (#16025)
This commit is contained in:
parent
35f21c25bf
commit
8f50573035
1 changed files with 14 additions and 0 deletions
14
pages/common/busybox.md
Normal file
14
pages/common/busybox.md
Normal file
|
@ -0,0 +1,14 @@
|
|||
# busybox
|
||||
|
||||
> A collection of small system utilities in a single executable.
|
||||
> Executing `busybox` via a symlink is equivalent to running `busybox symlink_name`.
|
||||
> Linux distributions that use BusyBox will usually provide symlinks for all programs.
|
||||
> More information: <https://www.busybox.net/downloads/BusyBox.html>.
|
||||
|
||||
- Execute a BusyBox function:
|
||||
|
||||
`busybox {{ls|rm|mkdir|cat|...}} {{args}}`
|
||||
|
||||
- Display help and a list of functions:
|
||||
|
||||
`busybox --help`
|
Loading…
Add table
Reference in a new issue