> Thank you! I tried again in FreeBSD 6.0, and so glad to find the busybox runs. > But some functions, such as ps, still seem to not work properly. Here > is the output: > #busybox ps > PID uid Vmsizes Stat Command > and no process information appears:( But it goes perfect on gnu/kfreebsd. In general, ps on GNU/kFreeBSD uses linprocfs file system, mounted on /proc. I would expect busybox does it in the same way. Petr