Unix IPC Question:

What are various IDs associated with a process?

Unix Inter-Process Communication (IPC) Interview Question
Unix Inter-Process Communication (IPC) Interview Question

Answer:

Real User id, Effective User Id, saved user id.
Real Group id, Effective Group Id, saved Group id.


Previous QuestionNext Question
Please Explain fork() system call?Explain the initial process sequence while the system
boots up?