LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   how to automate executing processes with prority daily (https://www.linuxquestions.org/questions/linux-general-1/how-to-automate-executing-processes-with-prority-daily-393149/)

pranith 12-15-2005 09:21 AM

how to automate executing processes with prority daily
 
hi,
I have 3 jobs to be executed with prority. like "nice".
I know how to use crontab, but how shud I make it use the prority also....
or is there ne other command which can take care of the priority also...??
The goal is to execute the three jobs with priority at the same time....
plz tell me how to do it....
thanks in anticipation
bye
pranith

makuyl 12-16-2005 03:24 AM

You can start a script from crontab and in the script you can launch with i.e.: nice --10 someprog


All times are GMT -5. The time now is 06:37 AM.