Advertisement
sebbu

busybox

Dec 29th, 2010
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. $ ./busybox.exe
  2. BusyBox v1.18.1_17_0-453-gd9c358b.git (2010-09-23 12:21:30 EST) multi-call binary.
  3. Copyright (C) 1998-2009 Erik Andersen, Rob Landley, Denys Vlasenko
  4. and others. Licensed under GPLv2.
  5. See source distribution for full notice.
  6.  
  7. Usage: busybox [function] [arguments]...
  8. or: busybox --list[-full]
  9. or: function [arguments]...
  10.  
  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.  
  16. Currently defined functions:
  17. [, [[, ar, ash, awk, base64, basename, bash, bbconfig, bunzip2, bzcat,
  18. bzip2, cal, cat, catv, cksum, cmp, comm, cp, cut, date, dc, dd, diff,
  19. dirname, dos2unix, echo, ed, egrep, env, expand, expr, false, fgrep,
  20. find, fold, getopt, grep, gunzip, gzip, hd, head, hexdump, kill,
  21. killall, length, ls, lzcat, md5sum, mkdir, mv, od, pgrep, pidof,
  22. printenv, printf, ps, pwd, rm, rmdir, sed, seq, sh, sleep, sort, split,
  23. strings, sum, tac, tail, tar, tee, test, touch, tr, true, uncompress,
  24. unexpand, uniq, unix2dos, unlzma, unzip, usleep, uudecode, uuencode,
  25. vi, wc, wget, which, whoami, xargs, yes, zcat
  26.  
  27.  
  28. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement