Bill schrieb: > On Linux systems I frequently use ``strace -p pid'' to see what > a process is doing. I don't know the FreeBSD equivalent of strace. strace is not a program that is dedicated to Linux. You can use strace with FreeBSD too. You only need to install it and mount procfs: # pkg_add -r strace # mount_procfs procfs /proc Regards Björn