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 is fork()?
What Happens when you execute a command?
What is IPC? What are the various schemes available?
About ln(linking)
How do you execute one program from within another?
how to create tree of processes. one parent and 3 childs.
What is i-node numbers?
Max relaxable permisssion value with out giving write permission to others?
What are various IDs associated with a process?
Explain linking across directories?
Explain the initial process sequence while the system boots up?
what is the process id for kernell process