Date: Mon, 21 May 2007 15:22:28 +0200 (CEST) From: =?iso-8859-1?Q?Bj=F6rn_K=F6nig?= <bkoenig@alpha-tierchen.de> To: freebsd-questions@freebsd.org, freebsd-python@freebsd.org Subject: Re: kill won't kill Message-ID: <61565.2001:6f8:101e:0:20e:cff:fe6d:6adb.1179753748.squirrel@webmail.alpha-tierchen.de> In-Reply-To: <20070520183306.GA25051@ayn.mi.celestial.com> References: <46508D23.2040003@xs4all.nl> <20070520183306.GA25051@ayn.mi.celestial.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?61565.2001:6f8:101e:0:20e:cff:fe6d:6adb.1179753748.squirrel>