BusyBox in the Hava Titanium
The Hava Titanium uses the open source BusyBox package from www.busybox.net/ for many of the standard Linux utilities. What’s interesting is they use two different versions of BusyBox, 1.0 and 1.6.1. I’m not sure why they do this, it seems like using the newer version for everything would be better. I’ll have to look into BusyBox more and see if I can find a reason for using both versions.
/bin/busybox (version 1.0) is used for:
- /bin/cat
- /bin/cp
- /bin/cpio
- /bin/date
- /bin/dd
- /bin/echo
- /bin/egrep
- /bin/false
- /bin/fgrep
- /bin/getopt
- /bin/grep
- /bin/hostname
- /bin/inetd
- /bin/ip
- /bin/ipaddr
- /bin/ipcalc
- /bin/iplink
- /bin/iproute
- /bin/kill
- /bin/ln
- /bin/login
- /bin/mkdir
- /bin/mknod
- /bin/mktemp
- /bin/mv
- /bin/pidof
- /bin/pwd
- /bin/rm
- /bin/sed
- /bin/sh
- /bin/sleep
- /bin/sync
- /bin/telnetd
- /bin/touch
- /bin/true
- /bin/uname
- /bin/usleep
- /bin/watch
- /sbin/crond
- /sbin/getty
- /sbin/klogd
- /sbin/logread
- /sbin/pivot_root
- /sbin/syslogd
- /sbin/udhcpc
- /sbin/udhcpd
- /usr/bin/[
- /usr/bin/awk
- /usr/bin/basename
- /usr/bin/crontab
- /usr/bin/cut
- /usr/bin/dirname
- /usr/bin/dumpleases
- /usr/bin/env
- /usr/bin/expr
- /usr/bin/head
- /usr/bin/killall
- /usr/bin/length
- /usr/bin/logger
- /usr/bin/mkfifo
- /usr/bin/printf
- /usr/bin/readlink
- /usr/bin/realpath
- /usr/bin/sort
- /usr/bin/tail
- /usr/bin/tee
- /usr/bin/test
- /usr/bin/tr
- /usr/bin/tty
- /usr/bin/uniq
- /usr/bin/wc
- /usr/bin/which
- /usr/bin/xargs
- /usr/bin/yes
/bin/busybox161 (version 1.6.1) is used for:
- /bin/chmod
- /bin/df
- /bin/dmesg
- /bin/gunzip
- /bin/gzip
- /bin/ls
- /bin/more
- /bin/netstat
- /bin/nice
- /bin/ps
- /bin/tar
- /bin/vi
- /bin/zcat
- /sbin/arp
- /sbin/chroot
- /sbin/freeramdisk
- /sbin/insmod
- /sbin/lsmod
- /sbin/modprobe
- /sbin/rmmod
- /sbin/sysctl
- /usr/bin/cmp
- /usr/bin/comm
- /usr/bin/diff
- /usr/bin/du
- /usr/bin/find
- /usr/bin/free
- /usr/bin/ftpget
- /usr/bin/ftpput
- /usr/bin/hexdump
- /usr/bin/nslookup
- /usr/bin/od
- /usr/bin/rdate
- /usr/bin/renice
- /usr/bin/reset
- /usr/bin/tftp
- /usr/bin/top
- /usr/bin/traceroute
- /usr/bin/unzip
- /usr/bin/uptime
Categories: general Tags:
