From bmonroe@u.washington.edu Wed Jan 19 16:42:43 2000 Received: from jason05.u.washington.edu (root@jason05.u.washington.edu [140.142.78.6]) by lists.u.washington.edu (8.9.3+UW99.09/8.9.3+UW99.09) with ESMTP id QAA32652 for ; Wed, 19 Jan 2000 16:42:42 -0800 Received: from homer29.u.washington.edu (bmonroe@homer29.u.washington.edu [140.142.76.14]) by jason05.u.washington.edu (8.9.3+UW99.09/8.9.3+UW99.09) with ESMTP id QAA23582 for ; Wed, 19 Jan 2000 16:42:41 -0800 Received: from localhost (bmonroe@localhost) by homer29.u.washington.edu (8.9.3+UW99.09/8.9.3+UW99.09) with ESMTP id QAA92198 for ; Wed, 19 Jan 2000 16:42:40 -0800 Date: Wed, 19 Jan 2000 16:42:39 -0800 (PST) From: "Brett G. Monroe" To: UW Linux Group Subject: Re: nice In-Reply-To: <38865417.C0D0A716@u.washington.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII I want all commands that a user runs at a set nice level though. Thanks. ) |o)____ ) Dept. Microbiology ) ( |0)re|| |\/| ( HS K443B 616-4285 ( ) | |onroe ) bmonroe@u.washington.edu ) ( ( ) No conclusions about what we ought to do can validly ) ( be drawn from a description of what most people in ( ) our society think we ought to do. -Peter Singer ) On Wed, 19 Jan 2000, Cliff wrote: > You could hack together a shell or perl that starts the original program > with a nice value. You could then rename the original file to something > else and copy the script to the original file name (if that makes any > sense). > > Cliff > > .