kill won't kill

Björn König bkoenig at alpha-tierchen.de
Mon May 21 13:53:09 UTC 2007


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




More information about the freebsd-questions mailing list