screenshot.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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.6.0.svn (2007-04-07 04:27:00 CEST) multi-call binary
  9. Usage: busybox [function] [arguments]...
  10. or: [function] [arguments]...
  11. BusyBox is a multi-call binary that combines many common Unix
  12. utilities into a single executable. Most people will create a
  13. link to busybox for each function they wish to use and BusyBox
  14. will act like whatever it was invoked as!
  15. Currently defined functions:
  16. [, [[, addgroup, adduser, adjtimex, ar, arp, arping, ash,
  17. awk, basename, bunzip2, bzcat, cal, cat, catv, chattr,
  18. chgrp, chmod, chown, chpst, chroot, chvt, cksum, clear,
  19. cmp, comm, cp, cpio, crond, crontab, cut, date, dc, dd,
  20. deallocvt, delgroup, deluser, df, dhcprelay, diff, dirname,
  21. dmesg, dnsd, dos2unix, dpkg, dpkg-deb, du, dumpkmap, dumpleases,
  22. echo, ed, egrep, eject, env, envdir, envuidgid, expr,
  23. fakeidentd, false, fbset, fdflush, fdformat, fdisk, fgrep,
  24. find, fold, free, freeramdisk, fsck, fsck.minix, ftpget,
  25. ftpput, fuser, getopt, getty, grep, gunzip, gzip, halt,
  26. hdparm, head, hexdump, hostid, hostname, httpd, hwclock,
  27. id, ifconfig, ifdown, ifup, inetd, init, insmod, install,
  28. ip, ipaddr, ipcalc, ipcrm, ipcs, iplink, iproute, iprule,
  29. iptunnel, kill, killall, killall5, klogd, lash, last,
  30. length, less, linux32, linux64, linuxrc, ln, loadfont,
  31. loadkmap, logger, login, logname, logread, losetup, ls,
  32. lsattr, lsmod, lzmacat, makedevs, md5sum, mdev, mesg,
  33. mkdir, mkfifo, mkfs.minix, mknod, mkswap, mktemp, modprobe,
  34. more, mount, mountpoint, msh, mt, mv, nameif, nc, netstat,
  35. nice, nmeter, nohup, nslookup, od, openvt, passwd, patch,
  36. pidof, ping, ping6, pipe_progress, pivot_root, poweroff,
  37. printenv, printf, ps, pwd, raidautorun, rdate, readahead,
  38. readlink, readprofile, realpath, reboot, renice, reset,
  39. resize, rm, rmdir, rmmod, route, rpm, rpm2cpio, run-parts,
  40. runlevel, runsv, runsvdir, rx, sed, seq, setarch, setconsole,
  41. setkeycodes, setlogcons, setsid, setuidgid, sha1sum, sleep,
  42. softlimit, sort, split, start-stop-daemon, stat, strings,
  43. stty, su, sulogin, sum, sv, svlogd, swapoff, swapon, switch_root,
  44. sync, sysctl, syslogd, tail, tar, tcpsvd, tee, telnet,
  45. telnetd, test, tftp, time, top, touch, traceroute, true,
  46. tty, udhcpc, udhcpd, udpsvd, umount, uname, uncompress,
  47. uniq, unix2dos, unlzma, unzip, uptime, usleep, uudecode,
  48. uuencode, vconfig, vi, vlock, watch, watchdog, wc, wget,
  49. which, who, whoami, xargs, yes, zcat, zcip
  50. $ <span style="text-decoration:blink;">_</span>
  51. </pre>
  52. <!--#include file="footer.html" -->