1.

Can You Name A Few System Calls Which You Can Use For Managing The Process?

Answer»

These are fork(), which is used BASICALLY for creating a new process. SECOND is nice() which is used to handle the process with PRIORITIES. Third one is getdip() which is used to call the process IDENTIFIER. Fourth is brk() which has a special use and i.e. to boost or to cut down the size of DATA segment. 

These are fork(), which is used basically for creating a new process. Second is nice() which is used to handle the process with priorities. Third one is getdip() which is used to call the process identifier. Fourth is brk() which has a special use and i.e. to boost or to cut down the size of data segment. 



Discussion

No Comment Found