Date: Wed, 18 Nov 2009 10:58:00 -0500 From: Robert Huff <roberthuff@rcn.com> To: Harald Schmalzbauer <h.schmalzbauer@omnilan.de> Cc: freebsd-questions@freebsd.org Subject: getting program.core, where and how? Message-ID: <19204.6536.555736.459105@jerusalem.litteratus.org> In-Reply-To: <4B0413FA.8080506@omnilan.de> References: <4B0413FA.8080506@omnilan.de>
next in thread | previous in thread | raw e-mail | index | archive | help
> How can I find out what the working directory of the binary is? I > guess the problem is missing write permissions there. find <directory> -name <filename> See "man find" for details; look particularly at the 'x' option. Robert Huff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19204.6536.555736.459105>