Nexus 7 にインストールしたBusyBoxのコマンド
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
root@android:/ # busybox BusyBox v1.20.2-Stericson (2012-07-04 21:33:31 CDT) multi-call binary. Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko and others. Licensed under GPLv2. See source distribution for full notice. Usage: busybox [function] [arguments]... or: busybox --list[-full] or: busybox --install [-s] [DIR] or: function [arguments]... BusyBox is a multi-call binary that combines many common Unix utilities into a single executable. Most people will create a link to busybox for each function they wish to use and BusyBox will act like whatever it was invoked as. Currently defined functions: [, [[, ash, awk, base64, basename, blkid, bunzip2, bzcat, bzip2, cal, cat, chat, chattr, chgrp, chmod, chown, chroot, chrt, cksum, clear, comm, cp, crond, crontab, cut, date, dd, depmod, devmem, df, diff, dirname, dmesg, dnsd, dnsdomainname, dos2unix, dpkg, dpkg-deb, du, echo, egrep, env, ether-wake, expand, expr, fakeidentd, fdflush, fdformat, fdisk, fgrep, find, fold, free, freeramdisk, fsck, fsync, ftpd, ftpget, ftpput, getopt, grep, groups, gunzip, gzip, hd, head, hexdump, hostid, hostname, httpd, hwclock, id, ifconfig, ifenslave, inetd, inotifyd, insmod, install, ionice, iostat, ip, ipaddr, ipcalc, iplink, iproute, iprule, iptunnel, kill, killall, killall5, less, ln, logname, losetup, ls, lsattr, lsmod, lsof, lsusb, lzop, lzopcat, md5sum, microcom, mkdir, mkdosfs, mke2fs, mkfifo, mkfs.ext2, mkfs.vfat, mknod, mkswap, modinfo, modprobe, more, mount, mountpoint, mt, mv, nameif, nanddump, nandwrite, nc, netstat, nice, nmeter, nslookup, ntpd, od, patch, pgrep, pidof, ping, ping6, pkill, pmap, powertop, printenv, printf, ps, pscan, pwd, rdate, rdev, readahead, readlink, realpath, renice, reset, rev, rfkill, rm, rmdir, rmmod, route, run-parts, script, scriptreplay, sed, seq, setkeycodes, setlogcons, setsid, sha1sum, sha256sum, sha512sum, showkey, sleep, smemcap, sort, split, stat, strings, stty, sum, swapoff, swapon, sync, sysctl, tac, tail, tar, tee, telnet, telnetd, test, tftp, tftpd, time, timeout, top, touch, tr, traceroute, traceroute6, tty, ttysize, tunctl, umount, uname, uncompress, unexpand, uniq, unix2dos, unlzop, unzip, uptime, usleep, uudecode, uuencode, vconfig, vi, watch, wc, wget, which, who, whoami, whois, xargs, zcat |
/system/binはこんな感じです
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 |
root@android:/ # ls -la /system/bin drwx--x--x root root 2013-03-01 03:54 .ext lrwxrwxrwx root root 2013-02-24 10:36 [ -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:36 [[ -> /system/bin/busybox -rwxr-xr-x root shell 9480 2013-02-25 05:05 abcc -rwxr-xr-x root shell 108808 2013-02-25 05:05 adb -rwxr-xr-x root shell 191 2012-11-20 00:55 am -rwxr-xr-x root shell 9592 2013-02-25 05:05 app_process -rwxr-xr-x root shell 49540 2013-02-25 05:05 applypatch lrwxrwxrwx root root 2013-02-24 10:36 ash -> /system/bin/busybox -rwxr-xr-x root shell 9592 2013-02-25 05:05 atrace lrwxrwxrwx root root 2013-02-24 10:36 awk -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:36 base64 -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:36 basename -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:36 blkid -> /system/bin/busybox -rwxr-xr-x root shell 199 2012-11-20 00:55 bmgr -rwxr-xr-x root shell 21884 2013-02-25 05:05 bootanimation -rwxr-xr-x root shell 3888 2012-11-20 00:55 btmacreader -rwxr-xr-x root shell 156 2012-11-20 00:55 bu -rwxr-xr-x root shell 1601 2012-11-20 00:55 bugmailer.sh -rwxr-xr-x root shell 5440 2013-02-25 05:05 bugreport lrwxrwxrwx root root 2013-02-24 10:36 bunzip2 -> /system/bin/busybox -rwxr-xr-x root shell 853044 2013-02-24 10:36 busybox lrwxrwxrwx root root 2013-02-24 10:36 bzip2 -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:36 cal -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 cat -> toolbox lrwxrwxrwx root root 2013-02-24 10:36 chat -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:36 chattr -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:36 chgrp -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 chmod -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 chown -> toolbox lrwxrwxrwx root root 2013-02-24 10:36 chroot -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:36 chrt -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:36 cksum -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 clear -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 cmp -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 comm -> /system/bin/busybox -rwxr-xr-x root shell 207 2012-11-20 00:55 content lrwxr-xr-x root shell 2012-11-20 01:27 cp -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 crond -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 crontab -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 cut -> /system/bin/busybox -rwxr-xr-x root shell 5440 2013-02-25 05:05 dalvikvm lrwxr-xr-x root shell 2012-11-20 01:27 date -> toolbox -rwxr-xr-x root shell 132528 2013-02-25 05:05 dbus-daemon lrwxr-xr-x root shell 2012-11-20 01:27 dd -> toolbox -rwxr-xr-x root shell 21824 2013-02-25 05:05 debuggerd -rwxr-xr-x root shell 21824 2013-02-24 07:24 debuggerd.backup lrwxrwxrwx root root 2013-02-24 10:37 depmod -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 devmem -> /system/bin/busybox -rwxr-xr-x root shell 9480 2013-02-25 05:05 dexopt lrwxr-xr-x root shell 2012-11-20 01:27 df -> toolbox -rwxr-xr-x root shell 71160 2013-02-25 05:05 dhcpcd lrwxrwxrwx root root 2013-02-24 10:37 diff -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 dirname -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 dmesg -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 dnsd -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 dnsdomainname -> /system/bin/busybox -rwxr-xr-x root shell 105896 2013-02-25 05:05 dnsmasq lrwxrwxrwx root root 2013-02-24 10:37 dos2unix -> /system/bin/busybox -rwxr-xr-x root shell 54644 2013-02-25 05:05 drmserver lrwxr-xr-x root shell 2012-11-20 01:27 du -> toolbox -rwxr-xr-x root shell 42368 2013-02-25 05:05 dumpstate -rwxr-xr-x root shell 9532 2013-02-25 05:05 dumpsys lrwxrwxrwx root root 2013-02-24 10:37 echo -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 egrep -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 env -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 ether-wake -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 expand -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 expr -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 fakeidentd -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 fdflush -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 fdformat -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 fdisk -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 fgrep -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 find -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 fold -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 free -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 freeramdisk -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 fsck -> /system/bin/busybox -rwxr-xr-x root shell 26228 2013-02-25 05:05 fsck_msdos lrwxrwxrwx root root 2013-02-24 10:37 fsync -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 ftpd -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 ftpget -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 ftpput -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 getevent -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 getopt -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 getprop -> toolbox -rwxr-xr-x root shell 1655268 2012-11-20 00:55 glgps lrwxr-xr-x root shell 2012-11-20 01:27 grep -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 groups -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 gunzip -> /system/bin/busybox -rwxr-xr-x root shell 9532 2013-02-25 05:05 gzip lrwxr-xr-x root shell 2012-11-20 01:27 hd -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 head -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 hexdump -> /system/bin/busybox -rwxr-xr-x root shell 293288 2013-02-25 05:05 hostapd lrwxrwxrwx root root 2013-02-24 10:37 hostid -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 hostname -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 httpd -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 hwclock -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 id -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 ifconfig -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 ifenslave -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 iftop -> toolbox -rwxr-xr-x root shell 194 2012-11-20 00:55 ime lrwxrwxrwx root root 2013-02-24 10:37 inetd -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 inotifyd -> /system/bin/busybox -rwxr-xr-x root shell 201 2012-11-20 00:55 input lrwxr-xr-x root shell 2012-11-20 01:27 insmod -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 install -> /system/bin/busybox -rwxr-xr-x root shell 30264 2013-02-25 05:05 installd lrwxr-xr-x root shell 2012-11-20 01:27 ioctl -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 ionice -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 iostat -> /system/bin/busybox -rwxr-xr-x root shell 149156 2013-02-25 05:05 ip -rwxr-xr-x root shell 187456 2013-02-25 05:05 ip6tables lrwxrwxrwx root root 2013-02-24 10:37 ipaddr -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 ipcalc -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 iplink -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 iproute -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 iprule -> /system/bin/busybox -rwxr-xr-x root shell 196344 2013-02-25 05:05 iptables lrwxrwxrwx root root 2013-02-24 10:37 iptunnel -> /system/bin/busybox -rwxr-xr-x root shell 18444 2013-02-25 05:05 keystore lrwxr-xr-x root shell 2012-11-20 01:27 kill -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 killall -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 killall5 -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 less -> /system/bin/busybox -rwxr-xr-x root shell 63244 2013-02-25 05:05 linker lrwxr-xr-x root shell 2012-11-20 01:27 ln -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 log -> toolbox -rwxr-xr-x root shell 13680 2013-02-25 05:05 logcat lrwxrwxrwx root root 2013-02-24 10:37 logname -> /system/bin/busybox -rwxr-xr-x root shell 9600 2013-02-25 05:05 logwrapper lrwxrwxrwx root root 2013-02-24 10:37 losetup -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 ls -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 lsattr -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 lsmod -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 lsof -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 lsusb -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 lzop -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 lzopcat -> /system/bin/busybox -rwxr-xr-x root shell 10380 2013-02-25 05:05 make_ext4fs lrwxr-xr-x root shell 2012-11-20 01:27 md5 -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 md5sum -> /system/bin/busybox -rwxr-xr-x root shell 259532 2013-02-25 05:05 mdnsd -rwxr-xr-x root shell 5388 2013-02-25 05:05 mediaserver lrwxrwxrwx root root 2013-02-24 10:37 microcom -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 mkdir -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 mkdosfs -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 mke2fs -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 mkfifo -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 mkfs.ext2 -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 mkfs.vfat -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 mknod -> /system/bin/busybox -rwxr-xr-x root shell 157520 2013-02-25 05:05 mksh lrwxrwxrwx root root 2013-02-24 10:37 mkswap -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 modinfo -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 modprobe -> /system/bin/busybox -rwxr-xr-x root shell 217 2012-11-20 00:55 monkey lrwxrwxrwx root root 2013-02-24 10:37 more -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 mount -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 mt -> /system/bin/busybox -rwxr-xr-x root shell 17940 2013-02-25 05:05 mtpd lrwxr-xr-x root shell 2012-11-20 01:27 mv -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 nameif -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 nanddump -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 nandread -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 nandwrite -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 nc -> /system/bin/busybox -rwxr-xr-x root shell 5380 2013-02-25 05:05 ndc -rwxr-s--- root inet 5564 2013-02-25 05:05 netcfg -rwxr-xr-x root shell 75500 2013-02-25 05:05 netd lrwxr-xr-x root shell 2012-11-20 01:27 netstat -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 newfs_msdos -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 nice -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 nmeter -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 notify -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 nslookup -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 ntpd -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 od -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 patch -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 pgrep -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 pidof -> /system/bin/busybox -rwxr-sr-x root net_raw 26136 2013-02-25 05:05 ping lrwxrwxrwx root root 2013-02-24 10:37 ping6 -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 pkill -> /system/bin/busybox -rwxr-xr-x root shell 191 2012-11-20 00:55 pm lrwxrwxrwx root root 2013-02-24 10:37 pmap -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 powertop -> /system/bin/busybox -rwxr-xr-x root shell 141952 2013-02-25 05:05 pppd lrwxr-xr-x root shell 2012-11-20 01:27 printenv -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 printf -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 ps -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 pscan -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 pwd -> /system/bin/busybox -rwxr-xr-x root shell 166892 2013-02-25 05:05 racoon lrwxrwxrwx root root 2013-02-24 10:37 rdate -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 rdev -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 readahead -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 readlink -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 realpath -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 reboot -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 renice -> toolbox -rwxr-xr-x root shell 188 2012-11-20 00:55 requestsync lrwxrwxrwx root root 2013-02-24 10:37 reset -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 rev -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 rfkill -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 rm -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 rmdir -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 rmmod -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 route -> toolbox -rwsr-s--- root shell 9532 2013-02-25 05:05 run-as lrwxrwxrwx root root 2013-02-24 10:37 run-parts -> /system/bin/busybox -rwxr-xr-x root shell 5388 2013-02-25 05:05 schedtest lrwxr-xr-x root shell 2012-11-20 01:27 schedtop -> toolbox -rwxr-xr-x root shell 9488 2013-02-25 05:05 screencap -rwxr-xr-x root shell 38356 2013-02-25 05:05 screenshot lrwxrwxrwx root root 2013-02-24 10:37 script -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 scriptreplay -> /system/bin/busybox -rwxr-xr-x root shell 13628 2013-02-25 05:05 sdcard lrwxrwxrwx root root 2013-02-24 10:37 sed -> /system/bin/busybox -rwxr-xr-x root shell 173 2012-11-20 00:55 send_bug lrwxr-xr-x root shell 2012-11-20 01:27 sendevent -> toolbox -rwxr-xr-x root shell 9536 2012-11-20 00:55 sensors-config -rwxr-xr-x root shell 5444 2013-02-25 05:05 sensorservice lrwxrwxrwx root root 2013-02-24 10:37 seq -> /system/bin/busybox -rwxr-xr-x root shell 13628 2013-02-25 05:05 service -rwxr-xr-x root shell 9696 2013-02-25 05:05 servicemanager lrwxr-xr-x root shell 2012-11-20 01:27 setconsole -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 setkeycodes -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 setlogcons -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 setprop -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 setsid -> /system/bin/busybox -rwxr-xr-x root shell 178 2012-11-20 00:55 settings -rwxr-xr-x root shell 5440 2013-02-25 05:05 setup_fs lrwxr-xr-x root shell 2012-11-20 01:27 sh -> mksh lrwxrwxrwx root root 2013-02-24 10:37 sha1sum -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 sha256sum -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 sha512sum -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 showkey -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 sleep -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 smd -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 smemcap -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 sort -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 split -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 start -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 stat -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 stop -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 strings -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 stty -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 sum -> /system/bin/busybox -rwxr-xr-x root shell 5444 2013-02-25 05:05 surfaceflinger -rwxr-xr-x root shell 192 2012-11-20 00:55 svc lrwxrwxrwx root root 2013-02-24 10:37 swapoff -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 swapon -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 sync -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 sysctl -> /system/bin/busybox -rwxr-xr-x root shell 5396 2013-02-25 05:05 system_server lrwxrwxrwx root root 2013-02-24 10:37 tac -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 tail -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 tar -> /system/bin/busybox -rwxr-xr-x root shell 67172 2013-02-25 05:05 tc lrwxrwxrwx root root 2013-02-24 10:37 tee -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 telnet -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 telnetd -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 test -> /system/bin/busybox -rwxr-xr-x root shell 13904 2012-11-20 00:55 tf_daemon lrwxrwxrwx root root 2013-02-24 10:37 tftp -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 tftpd -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 time -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 timeout -> /system/bin/busybox -rwxr-xr-x root shell 134976 2013-02-25 05:05 toolbox lrwxr-xr-x root shell 2012-11-20 01:27 top -> toolbox lrwxr-xr-x root shell 2012-11-20 01:27 touch -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 tr -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 traceroute -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 traceroute6 -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 tty -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 ttysize -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 tunctl -> /system/bin/busybox -rwxr-xr-x root shell 3748 2013-02-25 05:05 uiautomator lrwxr-xr-x root shell 2012-11-20 01:27 umount -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 uname -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 uncompress -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 unexpand -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 uniq -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 unix2dos -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 unlzop -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 unzip -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 uptime -> toolbox lrwxrwxrwx root root 2013-02-24 10:37 usleep -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 uudecode -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 uuencode -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:37 vconfig -> /system/bin/busybox -rwxr-xr-x root shell 5380 2013-02-25 05:05 vdc lrwxrwxrwx root root 2013-02-24 10:37 vi -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 vmstat -> toolbox -rwxr-xr-x root shell 71328 2013-02-25 05:05 vold lrwxrwxrwx root root 2013-02-24 10:37 watch -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 watchprops -> toolbox lrwxrwxrwx root root 2013-02-24 10:38 wc -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:38 wget -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:38 which -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:38 who -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:38 whoami -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:38 whois -> /system/bin/busybox lrwxr-xr-x root shell 2012-11-20 01:27 wipe -> toolbox -rwxr-xr-x root shell 670356 2013-02-25 05:05 wpa_supplicant lrwxrwxrwx root root 2013-02-24 10:38 xargs -> /system/bin/busybox lrwxrwxrwx root root 2013-02-24 10:38 zcat -> /system/bin/busybox |