What are various IDs associated with a process?
Answers were Sorted based on User's Feedback
Answer / gopi.k
process it self id is getpid();
process of parent process id is getppid();
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dil ka don
Real User id, Effective User Id, saved user id.
Real Group id, Effective Group Id, saved Group id.
Is This Answer Correct ? | 2 Yes | 4 No |
Explain fork() system call?
Which ipc is the fastest in unix?
What is semaphone?
What is ln(linking)?
what is the very first process created by kernell
What are the system calls used for process management:
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Please describe the initial process sequence while the system boots up?
How can a parent and child process communicate?
Explain the advantage of executing a process in background?
What are various IDs associated with a process?
Explain what is the process id for kernel process?