1.

Explain Each System Calls Used For Process Management In Linux.

Answer»

SYSTEM calls USED for Process management:
Fork () :- Used to create a new process
Exec() :- Execute a new program
Wait():- wait until the process finishes execution
Exit():- Exit from the process
Getpid():- get the unique process ID of the process
Getppid():- get the parent process unique id
Nice():- to bias the existing PROPERTY of process

System calls used for Process management:
Fork () :- Used to create a new process
Exec() :- Execute a new program
Wait():- wait until the process finishes execution
Exit():- Exit from the process
Getpid():- get the unique process id of the process
Getppid():- get the parent process unique id
Nice():- to bias the existing property of process



Discussion

No Comment Found