Busybox

From DD-WRT Wiki

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:01, 15 May 2006 (edit)
Gerrys (Talk | contribs)

← Previous diff
Current revision (09:16, 14 October 2013) (edit) (undo)
Mdjango (Talk | contribs)
m (Die [http://www.busybox.net/ BusyBox] - Beschreibung ergänzt.)
 
(9 intermediate revisions not shown.)
Line 1: Line 1:
==Die [http://www.busybox.net/ BusyBox]== ==Die [http://www.busybox.net/ BusyBox]==
-...ist eine Multicall-Applikation die viele anderen nützliche Programme in sich vereint:<br>+...ist eine kleine Multicall-Applikation die viele nützliche UNIX-Programme in nur einer ausführbaren Datei vereint. Die BusyBox wird von seinem Maintainer als "Schweizer Taschenmesser von Embedded Linux" (''The Swiss Army Knife of Embedded Linux'') bezeichnet.<br>
<pre> <pre>
-BusyBox v1.01 (2005.11.18-11:12+0000) Built-in shell (ash)+BusyBox v1.01 (2005.11.18-11:12 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.01 (2005.11.18-11:12+0000) multi-call binary+BusyBox v1.01 (2005.11.18-11:12 0000) multi-call binary
Usage: busybox [function] [arguments]... Usage: busybox [function] [arguments]...
Line 34: Line 34:
</pre> </pre>
-----+ 
-'''Du bist hier: ''' '''[[Hauptseite]]'''/'''[[DD-WRT Doku (DE)]]'''/'''[[Alphabetischer Index]]'''/'''Busybox'''<br>+[[Category:Deutsche Dokumentation]]
-----+

Current revision

[edit] Die BusyBox

...ist eine kleine Multicall-Applikation die viele nützliche UNIX-Programme in nur einer ausführbaren Datei vereint. Die BusyBox wird von seinem Maintainer als "Schweizer Taschenmesser von Embedded Linux" (The Swiss Army Knife of Embedded Linux) bezeichnet.

BusyBox v1.01 (2005.11.18-11:12 0000) Built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ # busybox   
BusyBox v1.01 (2005.11.18-11:12 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, 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, head, hexdump, hostname, 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, printf, ps, pwd, reboot, reset, rm, rmdir,
        rmmod, route, rx, sed, sh, sleep, sort, strings, stty, sync, syslogd,
        tail, tar, tee, telnet, test, 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

~ #