From owner-freebsd-questions Mon Jan 8 8:53:21 2001 Delivered-To: freebsd-questions@freebsd.org Received: from sanson.reyes.somos.net (freyes.static.inch.com [216.223.199.224]) by hub.freebsd.org (Postfix) with ESMTP id F10A437B400; Mon, 8 Jan 2001 08:53:01 -0800 (PST) Received: from zoraida.reyes.somos.net (zoraida.reyes.somos.net [10.0.0.15]) by sanson.reyes.somos.net (8.9.3/8.9.3) with ESMTP id LAA64708; Mon, 8 Jan 2001 11:48:49 -0500 (EST) (envelope-from fran@reyes.somos.net) Date: Mon, 8 Jan 2001 11:57:16 -0500 (EST) From: Francisco Reyes To: Jahanur R Subedar Cc: freebsd-questions@FreeBSD.ORG, freebsd-isp@FreeBSD.ORG Subject: Re: How to find the time.... In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 31 Dec 2000, Jahanur R Subedar wrote: > I am trying to find the time of when a particular command was executed. What command? Unless the program has some type of loging I don't believe there are logs to indicate when apps are run. Will you continue to need this? A possible solution, unless someone suggests something better, would be to run a cron job which does ps and sends the output to a log. You could use newsyslog to keep it under control (i.e. don't let it get too big). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message