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
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