Date: Tue, 17 May 2005 21:52:08 +0400 From: Stanislav Sedov <stas@310.ru> To: freebsd-fs@freebsd.org Subject: Re: Tracing files accessed by a process Message-ID: <20050517175208.GG73108@core.310.ru> In-Reply-To: <e66d1efb05051709216223f53f@mail.gmail.com> References: <e66d1efb05051709216223f53f@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 17, 2005 at 09:21:05AM -0700, Stephan Wehner wrote: > Hi there, > > I want to set up a jail and only include those files that are required. > > What would be the recommended way to obtain the list of files that a > process has accessed, from start to finish? > > Stephan > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org" > > > > You can use ktrace program and then analyze it output (open(2) calls).
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050517175208.GG73108>