From owner-freebsd-questions Thu Oct 24 20:24:35 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA16773 for questions-outgoing; Thu, 24 Oct 1996 20:24:35 -0700 (PDT) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id UAA16764 for ; Thu, 24 Oct 1996 20:24:32 -0700 (PDT) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.7.5/8.6.12) with SMTP id UAA15130; Thu, 24 Oct 1996 20:24:29 -0700 (PDT) Date: Thu, 24 Oct 1996 20:24:29 -0700 (PDT) From: Doug White Reply-To: dwhite@resnet.uoregon.edu To: Mike Kercher cc: questions@freebsd.org Subject: Re: shell script problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 23 Oct 1996, Mike Kercher wrote: > Is there a way to put a process that is started by a shell script (run by > cron) in the foreground? Whenever this process is started by cron, it > ends up using like 98% of my CPU! Please help! Why on earth would you want to put it in the foreground? cron is meant to run behind everything; you won't necessarily be logged in when the cron task starts. Check your script; make sure some program isn't throwing a fit. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major