"nice" command is returning value as 33. Please help me understand why nice is returning the value as 33. In some systems it works just fine giving return value as 0 but on a system it gives me return value as 33.
nice -n -10 <doing some process here>
returnValue=$?
Here returnValue gets a value as 33 in spite of 0.