Write a program in c language that creates n dummy processes


Problem

Write a program in C language that creates n dummy processes, and execute it in your shell. Each of these dummy processes will echo their PID and their niceness, and redirect that echo to a file (to avoid concurrency this does not have to be the same file). Note: we are automatically setting the priority of these processes to a random value between 120 and 139. We do this question is linux system and run in terminal.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write a program in c language that creates n dummy processes
Reference No:- TGS03256024

Expected delivery within 24 Hours