From owner-freebsd-questions Tue May 27 21:24:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id VAA21756 for questions-outgoing; Tue, 27 May 1997 21:24:28 -0700 (PDT) Received: from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA21748 for ; Tue, 27 May 1997 21:24:26 -0700 (PDT) Received: from tulpi.interconnect.com.au (root@tulpi.interconnect.com.au [192.189.54.18]) by agora.rdrop.com (8.8.5/8.8.5) with ESMTP id VAA20051 for ; Tue, 27 May 1997 21:06:51 -0700 (PDT) Received: (from ahill@localhost) by tulpi.interconnect.com.au id OAA04480 (8.8.5/IDA-1.6); Wed, 28 May 1997 14:04:47 +1000 (EST) Date: Wed, 28 May 1997 14:04:39 +1000 (EST) From: Anthony Hill To: Wayne Baety cc: questions@FreeBSD.ORG Subject: Re: nice 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 Tue, 27 May 1997, Wayne Baety wrote: > > Is there a way to have all of a users programs automatically run at a > certain nice level? I havent tried this but maybe you could nice the shell the user is dropped into at login time by changing his passwd file. ie set his shell to /usr/bin/nice -5 /usr/bin/sh Regards,