screenshot.html 3.3 KB

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