screenshot.html 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. <!--#include file="header.html" -->
  2. <!-- Begin Screenshot -->
  3. <h3> Busybox Screenshot! </h3>
  4. Everybody loves to look at screenshots, so here is a live action screenshot of BusyBox.
  5. <pre style="background-color: black; color: lightgreen; padding: 5px;
  6. font-family: monospace; font-size: smaller;" width="100">
  7. $ busybox
  8. BusyBox v1.8.0 (2007-11-04 15:42:38 GMT) multi-call binary
  9. Copyright (C) 1998-2006 Erik Andersen, Rob Landley, and others.
  10. Licensed under GPLv2. See source distribution for full notice.
  11. Usage: busybox [function] [arguments]...
  12. or: [function] [arguments]...
  13. BusyBox is a multi-call binary that combines many common Unix
  14. utilities into a single executable. Most people will create a
  15. link to busybox for each function they wish to use and BusyBox
  16. will act like whatever it was invoked as!
  17. Currently defined functions:
  18. [, [[, addgroup, adduser, adjtimex, ar, arp, arping, ash,
  19. awk, basename, bunzip2, bzcat, bzip2, cal, cat, catv, chattr,
  20. chgrp, chmod, chown, chpasswd, chpst, chroot, chrt, chvt,
  21. cksum, clear, cmp, comm, cp, cpio, crond, crontab, cryptpw,
  22. cut, date, dc, dd, deallocvt, delgroup, deluser, df, dhcprelay,
  23. diff, dirname, dmesg, dnsd, dos2unix, dpkg, du, dumpkmap,
  24. dumpleases, echo, ed, egrep, eject, env, envdir, envuidgid,
  25. expand, expr, fakeidentd, false, fbset, fdflush, fdformat,
  26. fdisk, fgrep, find, fold, free, freeramdisk, fsck, fsck.minix,
  27. ftpget, ftpput, fuser, getopt, getty, grep, gunzip, gzip,
  28. hdparm, head, hexdump, hostid, hostname, httpd, hush, hwclock,
  29. id, ifconfig, inetd, insmod, install, ip, ipaddr, ipcalc,
  30. ipcrm, ipcs, iplink, iproute, iprule, iptunnel, kbd_mode,
  31. kill, killall, killall5, klogd, lash, last, length, less,
  32. linux32, linux64, ln, loadfont, loadkmap, logger, login, logname,
  33. logread, losetup, ls, lsattr, lsmod, lzmacat, md5sum, mdev,
  34. mesg, microcom, mkdir, mkfifo, mkfs.minix, mknod, mkswap,
  35. mktemp, modprobe, more, mount, mountpoint, msh, mt, mv, nameif,
  36. nc, netstat, nice, nmeter, nohup, nslookup, od, openvt, passwd,
  37. patch, pgrep, pidof, ping, ping6, pipe_progress, pivot_root,
  38. pkill, printenv, printf, ps, pscan, pwd, raidautorun, rdate,
  39. readlink, readprofile, realpath, renice, reset, resize, rm,
  40. rmdir, rmmod, route, rpm, rpm2cpio, run-parts, runlevel, runsv,
  41. runsvdir, rx, sed, seq, setarch, setconsole, setkeycodes,
  42. setlogcons, setsid, setuidgid, sha1sum, slattach, sleep, softlimit,
  43. sort, split, start-stop-daemon, stat, strings, stty, su, sulogin,
  44. sum, sv, svlogd, swapoff, swapon, switch_root, sync, sysctl,
  45. syslogd, tail, tar, tcpsvd, tee, telnet, telnetd, test, tftp,
  46. time, top, touch, tr, traceroute, true, tty, ttysize, udhcpc,
  47. udhcpd, udpsvd, umount, uname, uncompress, unexpand, uniq,
  48. unix2dos, unlzma, unzip, uptime, usleep, uudecode, uuencode,
  49. vconfig, vi, vlock, watch, watchdog, wc, wget, which, who,
  50. whoami, xargs, yes, zcat, zcip
  51. $ <span style="text-decoration:blink;">_</span>
  52. </pre>
  53. <!--#include file="footer.html" -->