View Single Post
Posts: 3,401 | Thanked: 1,255 times | Joined on Nov 2005 @ London, UK
#2
The standard Busybox supports the following:

Code:
Currently defined functions:
 [, [[, ash, awk, basename, busybox, cat, chgrp, chmod, chown,
 chroot, chvt, clear, cmp, cp, cut, date, dd, df, dirname, dmesg,
 du, echo, egrep, env, expr, false, fgrep, find, free, fuser, getty,
 grep, gunzip, gzip, head, hostname, id, ifconfig, ifdown, ifup,
 insmod, kill, killall, last, ln, logger, login, ls, lsmod, mkdir,
 mkfifo, mknod, mkswap, mktemp, modprobe, more, mount, mv, netstat,
 nslookup, pivot_root, printf, ps, pwd, readlink, realpath, renice,
 reset, rm, rmdir, rmmod, route, run-parts, sed, seq, sh, sleep,
 sort, stty, su, swapoff, swapon, sync, sysctl, tail, tar, tee,
 test, time, top, touch, tr, true, tty, umount, uname, uniq, uptime,
 vi, wc, which, who, whoami, xargs, yes, zcat
Additional Busybox binaries are available which support more commands and can be run alongside the existing busybox. Most other apps - xterm, ssh - can be installed from http://maemo.org/downloads

Originally Posted by flyinghigh View Post
I am also interested to run a simple httpd that can server php pages and handle perl cgi scripts. Is this possible out the box ?
If you have the source code for your httpd server, set yourself up with a Maemo development environment (see maemo.org), cross compile the code and you're almost there.