Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 1 | <!--#include file="header.html" --> |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 2 | |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 3 | |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 4 | <!-- Begin Screenshot --> |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 5 | |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 6 | <h3> Busybox Screenshot! </h3> |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 7 | |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 8 | |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 9 | Everybody loves to look at screenshots, so here is a live action screenshot of BusyBox. |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 10 | |
| 11 | <pre style="background-color: black; color: lightgreen; padding: 5px; |
Eric Andersen | e06bea7 | 2003-12-11 08:04:49 +0000 | [diff] [blame] | 12 | font-family: monospace; font-size: smaller;" width="100"> |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 13 | |
| 14 | |
Eric Andersen | c7bda1c | 2004-03-15 08:29:22 +0000 | [diff] [blame] | 15 | $ ./busybox |
Bernhard Reutner-Fischer | 91f6047 | 2006-04-11 08:42:58 +0000 | [diff] [blame] | 16 | BusyBox v1.1.2 (2006.04.11-08:27+0000) multi-call binary |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 17 | |
| 18 | Usage: busybox [function] [arguments]... |
| 19 | or: [function] [arguments]... |
| 20 | |
Mike Frysinger | 6d5aa45 | 2005-09-20 03:01:29 +0000 | [diff] [blame] | 21 | BusyBox is a multi-call binary that combines many common Unix |
| 22 | utilities into a single executable. Most people will create a |
| 23 | link to busybox for each function they wish to use and BusyBox |
| 24 | will act like whatever it was invoked as! |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 25 | |
| 26 | Currently defined functions: |
Bernhard Reutner-Fischer | 91f6047 | 2006-04-11 08:42:58 +0000 | [diff] [blame] | 27 | [, [[, addgroup, adduser, adjtimex, ar, arping, ash, awk, basename, |
| 28 | bbconfig, bunzip2, busybox, bzcat, cal, cat, chattr, chgrp, chmod, |
| 29 | chown, chroot, chvt, clear, cmp, comm, cp, cpio, crond, crontab, |
| 30 | cut, date, dc, dd, deallocvt, delgroup, deluser, devfsd, df, dirname, |
| 31 | dmesg, dnsd, dos2unix, dpkg, dpkg-deb, du, dumpkmap, dumpleases, |
| 32 | e2fsck, e2label, echo, egrep, eject, env, ether-wake, expr, fakeidentd, |
| 33 | false, fbset, fdflush, fdformat, fdisk, fgrep, find, findfs, fold, |
| 34 | free, freeramdisk, fsck, fsck.ext2, fsck.ext3, fsck.minix, ftpget, |
| 35 | ftpput, fuser, getopt, getty, grep, gunzip, gzip, halt, hdparm, |
| 36 | head, hexdump, hostid, hostname, httpd, hush, hwclock, id, ifconfig, |
| 37 | ifdown, ifup, inetd, init, insmod, install, ip, ipaddr, ipcalc, |
| 38 | ipcrm, ipcs, iplink, iproute, iptunnel, kill, killall, klogd, |
| 39 | lash, last, length, less, linux32, linux64, linuxrc, ln, loadfont, |
| 40 | loadkmap, logger, login, logname, logread, losetup, ls, lsattr, |
| 41 | lsmod, lzmacat, makedevs, md5sum, mdev, mesg, mkdir, mke2fs, mkfifo, |
| 42 | mkfs.ext2, mkfs.ext3, mkfs.minix, mknod, mkswap, mktemp, modprobe, |
| 43 | more, mount, mountpoint, msh, mt, mv, nameif, nc, netstat, nice, |
| 44 | nohup, nslookup, od, openvt, passwd, patch, pidof, ping, ping6, |
| 45 | pipe_progress, pivot_root, poweroff, printenv, printf, ps, pwd, |
| 46 | rdate, readlink, readprofile, realpath, reboot, renice, reset, |
| 47 | rm, rmdir, rmmod, route, rpm, rpm2cpio, run-parts, runlevel, rx, |
| 48 | sed, seq, setarch, setconsole, setkeycodes, setsid, sha1sum, sleep, |
| 49 | sort, start-stop-daemon, stat, strings, stty, su, sulogin, sum, |
| 50 | swapoff, swapon, switch_root, sync, sysctl, syslogd, tail, tar, |
| 51 | tee, telnet, telnetd, test, tftp, time, top, touch, tr, traceroute, |
| 52 | true, tty, tune2fs, udhcpc, udhcpd, umount, uname, uncompress, |
| 53 | uniq, unix2dos, unlzma, unzip, uptime, usleep, uudecode, uuencode, |
| 54 | vconfig, vi, vlock, watch, watchdog, wc, wget, which, who, whoami, |
| 55 | xargs, yes, zcat, zcip |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 56 | |
Mike Frysinger | 86097b3 | 2005-09-15 01:37:36 +0000 | [diff] [blame] | 57 | $ <span style="text-decoration:blink;">_</span> |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 58 | |
| 59 | </pre> |
| 60 | |
Eric Andersen | 539eef6 | 2003-12-10 12:08:20 +0000 | [diff] [blame] | 61 | <!--#include file="footer.html" --> |
Mark Whitley | ac21e93 | 2001-01-30 23:37:15 +0000 | [diff] [blame] | 62 | |