Re: Create real-time process from shell script

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Jeroen van Rijn
Date: Wednesday, September 24, 2008 - 12:54 am

On Wed, Sep 24, 2008 at 3:55 AM, gshan <gshan@alcatel-lucent.com> wrote:

nice -20 <command> <args>

or:

<command> <args> & pid=$!
renice -20 -p $pid

-- Jeroen
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Create real-time process from shell script, gshan, (Tue Sep 23, 6:55 pm)
Re: Create real-time process from shell script, Jeroen van Rijn, (Wed Sep 24, 12:54 am)
Re: Create real-time process from shell script, Sitsofe Wheeler, (Wed Sep 24, 1:44 am)