Re: Recursive renice?

2003-11-04 Thread Simon Barner
> I'm curious whether there's an easy way to renice(8) a process and all > of its children in one simple command. For example, I might start a > recursive make, which spawns lots of processes, and want them all to > change priority at once. In this special case with recursive makes you could al

Re: Recursive renice?

2003-11-04 Thread Matthew Seaman
On Tue, Nov 04, 2003 at 11:25:54AM -0800, Zev Thompson wrote: > Hi all, > > I'm curious whether there's an easy way to renice(8) a process and all > of its children in one simple command. For example, I might start a > recursive make, which spawns lots of processes, and want them all to > chang