Search Results

Search: Posts Made By: Yoda
1,115
Posted By Yoda
Replace <inc> with your nice value. Check...
Replace <inc> with your nice value.

Check renice manual (https://www.unix.com/man-page/linux/1/renice/) for further reference.
1,115
Posted By Yoda
Use a while loop to read each PIDs from your...
Use a while loop to read each PIDs from your input file into a variable and use that variable:
while read pid
do
renice <inc> -p "$pid"
done < inputfile
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 09:12 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy