Welcome to Questionaries, where you can ask questions and receive answers from other members of the community.

Let us know at info@questionaries.org

List the system calls used for process management in unix?

6 like 0 dislike
Hello
List the system calls used for process management in unix?
please reply me. i am waiting for your reply.
Thanx
asked 1 year ago by eagles11 (179,830 points)

1 Answer

0 like 0 dislike
System calls Description
fork() To create a new process
exec() To execute a new program in a process
wait() To wait until a created process completes its execution
exit() To exit from a process execution
getpid() To get a process identifier of the current process
getppid() To get parent process identifier
nice() To bias the existing priority of a process
brk() To increase/decrease the data segment size of a process
answered 1 year ago by DBA-boss (120,990 points)

Related questions

7 like 0 dislike
1 answer
6 like 0 dislike
1 answer
asked 1 year ago by eagles11 (179,830 points)
0 like 0 dislike
0 answers
1 like 0 dislike
0 answers
7 like 0 dislike
1 answer