Monday, 3 March 2014

How to execute a job below low priority with nice command

nice -n
nice -n 5% server.out
nice -n 15% clint.out
cc my.c -0 my.out

in above command -0 is used to produced user define output file.
./my.out
for execute out file
pwd then press enter

No comments:

Post a Comment