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 |
What are various IDs associated with a process?
What is semaphone?
What are two different models of ipc differentiate both?
What is the condition required for dead lock in unix system?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
What are various IDs associated with a process?
what about the initial process sequence while the system boots up?
What is daemon?
Tell me set-user-id is related to (in unix)?
Explain a zombie?
what is the condition required for dead lock in unix sustem ?
Describe the initial process sequence while the system boots up?