Advertisement
Guest User

Untitled

a guest
Oct 20th, 2010
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.20 KB | None | 0 0
  1.  
  2. C:\Users\admin\Desktop>adb shell
  3. # su
  4. su
  5. # -lR /system/etc/dhcpcd
  6. -lR /system/etc/dhcpcd
  7. -lR: not found
  8. # ls -lR /system/etc/dhcpcd
  9. ls -lR /system/etc/dhcpcd
  10. BusyBox v1.15.2 (2009-10-25 02:53:01 CET) multi-call binary
  11. Copyright (C) 1998-2008 Erik Andersen, Rob Landley, Denys Vlasenko
  12. and others. Licensed under GPLv2.
  13. See source distribution for full notice.
  14.  
  15. Usage: busybox [function] [arguments]...
  16. or: function [arguments]...
  17.  
  18. BusyBox is a multi-call binary that combines many common Unix
  19. utilities into a single executable. Most people will create a
  20. link to busybox for each function they wish to use and BusyBox
  21. will act like whatever it was invoked as!
  22.  
  23. Currently defined functions:
  24. [, [[, addgroup, adduser, adjtimex, ar, arp, arping, ash, awk,
  25. basename, bbconfig, beep, brctl, bunzip2, bzcat, bzip2, cal, cat, catv,
  26. chattr, chgrp, chmod, chown, chpasswd, chpst, chroot, chrt, chvt,
  27. cksum, clear, cmp, comm, cp, cpio, crond, crontab, cryptpw, cut, date,
  28. dc, dd, deallocvt, delgroup, deluser, depmod, devmem, df, dhcprelay,
  29. diff, dirname, dmesg, dnsd, dnsdomainname, dos2unix, du, dumpkmap,
  30. dumpleases, echo, ed, egrep, eject, env, envdir, envuidgid, ether-wake,
  31. expand, expr, fakeidentd, false, fbset, fbsplash, fdflush, fdformat,
  32. fdisk, fgrep, find, findfs, flash_lock, flash_unlock, fold, free,
  33. freeramdisk, fsck, fsck.minix, fsync, ftpd, ftpget, ftpput, fuser,
  34. getopt, getty, grep, gunzip, gzip, halt, hd, hdparm, head, hexdump,
  35. hostid, hostname, httpd, hush, hwclock, id, ifconfig, ifdown,
  36. ifenslave, ifplugd, ifup, inetd, init, inotifyd, insmod, install,
  37. ionice, ip, ipaddr, ipcalc, ipcrm, ipcs, iplink, iproute, iprule,
  38. iptunnel, kbd_mode, kill, killall, killall5, klogd, last, length, less,
  39. linuxrc, ln, loadfont, loadkmap, logger, login, logname, logread,
  40. losetup, ls, lsattr, lsmod, lzmacat, lzop, lzopcat, makedevs, md5sum,
  41. mdev, mesg, microcom, mkdir, mkdosfs, mkfifo, mkfs.minix, mkfs.vfat,
  42. mknod, mkpasswd, mkswap, mktemp, modprobe, more, mount, mountpoint, mv,
  43. nameif, nc, netstat, nice, nmeter, nohup, nslookup, od, openvt, passwd,
  44. patch, pgrep, pidof, ping, pipe_progress, pivot_root, pkill, poweroff,
  45. printenv, printf, ps, pscan, pwd, rdate, rdev, readahead, readlink,
  46. readprofile, realpath, reboot, renice, reset, resize, rm, rmdir, rmmod,
  47. route, rtcwake, run-parts, runlevel, runsv, runsvdir, rx, sed, seq,
  48. setconsole, setkeycodes, setlogcons, setsid, setuidgid, sh, sha1sum,
  49. showkey, slattach, sleep, softlimit, sort, split, start-stop-daemon,
  50. stat, strings, stty, sulogin, sum, sv, svlogd, swapoff, swapon,
  51. switch_root, sync, sysctl, syslogd, tac, tail, tar, tcpsvd, tee,
  52. telnet, telnetd, test, tftp, tftpd, time, timeout, top, touch, tr,
  53. traceroute, true, tty, ttysize, udhcpc, udhcpd, udpsvd, umount, uname,
  54. uncompress, uniq, unix2dos, unlzma, unlzop, unzip, uptime, usleep,
  55. uudecode, uuencode, vconfig, vi, vlock, watch, watchdog, wc, wget,
  56. which, who, whoami, xargs, yes, zcat, zcip
  57.  
  58. #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement