Busybox

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 01:23, 8 July 2005 (edit)
212.28.55.39 (Talk)

← Previous diff
Revision as of 10:21, 24 July 2005 (edit) (undo)
213.139.154.67 (Talk)
(Die [http://www.busybox.net/ BusyBox] - update)
Next diff →
Line 7: Line 7:
...ist eine Multicall-Applikation die viele anderen nützliche Programme in sich vereint:<br> ...ist eine Multicall-Applikation die viele anderen nützliche Programme in sich vereint:<br>
<pre> <pre>
-BusyBox v1.00 (2005.03.26-13:32+0000) Built-in shell (ash)+BusyBox v1.00 (2005.07.19-16:42+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands. Enter 'help' for a list of built-in commands.
~ # busybox ~ # busybox
-BusyBox v1.00 (2005.03.26-13:32+0000) multi-call binary+BusyBox v1.00 (2005.07.19-16:42+0000) multi-call binary
Usage: busybox [function] [arguments]... Usage: busybox [function] [arguments]...
Line 26: Line 26:
dmesg, du, echo, egrep, env, expr, false, fgrep, find, free, ftpget, dmesg, du, echo, egrep, env, expr, false, fgrep, find, free, ftpget,
ftpput, getopt, grep, gunzip, gzip, halt, head, hexdump, hostname, ftpput, getopt, grep, gunzip, gzip, halt, head, hexdump, hostname,
- id, ifconfig, ifdown, ifup, insmod, install, kill, killall, klogd,+ httpd2, id, ifconfig, ifdown, ifup, insmod, install, kill, killall,
- ln, logger, login, logread, ls, lsmod, md5sum, mesg, mkdir, mknod,+ klogd, ln, logger, login, logread, ls, lsmod, md5sum, mesg, mkdir,
- modprobe, more, mount, mv, nameif, nc, netstat, nslookup, pidof,+ mkfifo, mknod, modprobe, more, mount, mv, nameif, nc, netstat,
- ping, pivot_root, poweroff, printf, ps, pwd, reboot, renice, reset,+ nslookup, pidof, ping, pivot_root, poweroff, printf, ps, pwd,
- rm, rmdir, rmmod, route, rx, sed, sh, sleep, sort, strings, stty,+ reboot, renice, reset, rm, rmdir, rmmod, route, rx, sed, sh, sleep,
- sync, sysctl, syslogd, tail, tar, tee, telnet, telnetd, test,+ sort, strings, stty, sync, sysctl, syslogd, tail, tar, tee, telnet,
- tftp, time, top, touch, tr, traceroute, true, tty, umount, uname,+ telnetd, test, tftp, time, top, touch, tr, traceroute, true, tty,
- uniq, unzip, uptime, usleep, uudecode, uuencode, vconfig, vi,+ umount, uname, uniq, unzip, uptime, usleep, uudecode, uuencode,
- watch, watchdog, wc, wget, which, whoami, xargs, yes, zcat+ vconfig, vi, watch, watchdog, wc, wget, which, whoami, xargs,
 + yes, zcat
~ # ~ #
- 
</pre> </pre>

Revision as of 10:21, 24 July 2005


Du bist hier: Hauptseite/DD-WRT Doku (DE)/Alphabetischer Index/Busybox



Die BusyBox

...ist eine Multicall-Applikation die viele anderen nützliche Programme in sich vereint:

BusyBox v1.00 (2005.07.19-16:42+0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # busybox
BusyBox v1.00 (2005.07.19-16:42+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:
        [, adjtimex, arping, ash, awk, basename, busybox, cat, chgrp,
        chmod, chown, chroot, clear, cmp, cp, cut, date, dc, dd, df, dirname,
        dmesg, du, echo, egrep, env, expr, false, fgrep, find, free, ftpget,
        ftpput, getopt, grep, gunzip, gzip, halt, head, hexdump, hostname,
        httpd2, id, ifconfig, ifdown, ifup, insmod, install, kill, killall,
        klogd, ln, logger, login, logread, ls, lsmod, md5sum, mesg, mkdir,
        mkfifo, mknod, modprobe, more, mount, mv, nameif, nc, netstat,
        nslookup, pidof, ping, pivot_root, poweroff, printf, ps, pwd,
        reboot, renice, reset, rm, rmdir, rmmod, route, rx, sed, sh, sleep,
        sort, strings, stty, sync, sysctl, syslogd, tail, tar, tee, telnet,
        telnetd, test, tftp, time, top, touch, tr, traceroute, true, tty,
        umount, uname, uniq, unzip, uptime, usleep, uudecode, uuencode,
        vconfig, vi, watch, watchdog, wc, wget, which, whoami, xargs,
        yes, zcat

~ #

Du bist hier: Hauptseite/DD-WRT Doku (DE)/Alphabetischer Index/Busybox