in reply to Altering scripts execution priority level from within a script.

In unix, you can lower the priority level but raise it only if you are root. You have to fork a lower priority process if you want to return to normal priority.

  • Comment on Re: Altering scripts execution priority level from within a script.