View Single Post
Old 12-11-2005, 11:17 PM   #1 (permalink)
sde
Moderator
 
sde's Avatar
 
Join Date: May 2002
Location: us.ca
Posts: 4,470
sde is on a distinguished road
the nice command

Code:
# nice shellscript.sh
nice is used to modify the priority in which your script runs. negative values are greater priority, and positive values are lower priority.

i'm wondering what the default priority is if i just execute the command above with no number.

next question:

let's say this shell script has things like mysqldump or other commands in it, .. is every process that this shell script executes going to be run with the modified priorities as well?
sde is offline   Reply With Quote