[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <8ee0b8e80809240054r7197072exde7f75e47f56f120@mail.gmail.com>
Date: Wed, 24 Sep 2008 09:54:03 +0200
From: "Jeroen van Rijn" <jvrnix@...il.com>
To: gshan <gshan@...atel-lucent.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: Create real-time process from shell script
On Wed, Sep 24, 2008 at 3:55 AM, gshan <gshan@...atel-lucent.com> wrote:
> Hello, Is there any way (or linux utilities) could be used to create a
> real-time process in shell script?
>
> Thanks,
> Gavin
nice -20 <command> <args>
or:
<command> <args> & pid=$!
renice -20 -p $pid
-- Jeroen
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists