aboutsummaryrefslogtreecommitdiff
path: root/docs/busybox.pod
blob: 809c0caed127509869a1e45d431c9a6d77da8dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
=head1 NAME

busybox - I am BusyBox of Borg.  Unix will be assimilated.

=head1 SYNOPSIS

 busybox <function> [arguments...]  # or

 <function> [arguments...]	    # if symlinked

=head1 DESCRIPTION

BusyBox is a multi-call binary that combines many common Unix utilities into a
single executable.  Most people will create a symlink to busybox for each
function name, and BusyBox will act like whatever you invoke it as.

BusyBox has been written with size-optimization in mind.  It is very easy to
include or exclude the commands you want installed.  BusyBox tries to make
itself useful to small systems with limited resources.

=head1 COMMANDS

Currently defined functions:
busybox, cat, chmod, chown, chgrp, chroot, clear, chvt, cp, date,
dd, df, dmesg, du, fbset, find, free, deallocvt, fsck.minix, mkfs.minix,
grep, head, hostname, init, linuxrc, kill, ln, ls, lsmod, mkdir,
mknod, mkswap, more, mount, mv, ping, poweroff, ps, pwd, reboot,
rm, rmdir, sed, sleep, sort, sync, syslogd, swapon, swapoff, tail,
tar, tee, touch, true, false, uname, umount, uniq, update, zcat,
gunzip, gzip

Oh yes.  Unix will be mine.

=over 4

=item busybox

=item cat

=item chmod

=item chown

=item chgrp

=item chroot

=item clear

=item chvt

=item cp

=item date

=item dd

=item df

=item dmesg

=item du

=item fbset

=item find

=item free

=item deallocvt

=item fsck.minix

=item mkfs.minix

=item grep

=item head

=item hostname

=item init

=item linuxrc

=item kill

=item ln

=item ls

=item lsmod

=item mkdir

=item mknod

=item mkswap

=item more

=item mount

=item mv

=item ping

=item poweroff

=item ps

=item pwd

=item reboot

=item rm

=item rmdir

=item sed

=item sleep

=item sort

=item sync

=item syslogd

=item swapon

=item swapoff

=item tail

=item tar

=item tee

=item touch

=item true

=item false

=item uname

=item umount

=item uniq

=item update

=item zcat

=item gunzip

=item gzip

=back

=head1 SEE ALSO

textutils(1), shellutils(1), etc...

=head1 MAINTAINER

Erik Andersen <erik@lineo.com>

=head1 AUTHORS

The following people have contributed code to BusyBox whether
they know it or not.

Erik Andersen <erik@lineo.com>

=for html <br>

John Beppu <beppu@lineo.com>

=for html <br>

Brian Candler <B.Candler@pobox.com>

=for html <br>

Randolph Chung <tausq@debian.org>

=for html <br>

Dave Cinege <dcinege@psychosis.com>	

=for html <br>

Bruce Perens <bruce@perens.com>

=for html <br>

Linus Torvalds <torvalds@transmeta.com>

=for html <br>

Charles P. Wright <cpwright@villagenet.com>

=for html <br>

Enrique Zanardi <ezanardi@ull.es>

=for html <br>

=cut