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 the system calls used for process management?
In Unix inter process communication take place using?
what about the initial process sequence while the system boots up?
What is a zombie?
What Happens when you execute a command?
How to write the program on full-duplex communication on bidirectional?
What are various IDs associated with a process?
Which ipc is the fastest in unix?
What is a Daemon?
What is Inode.
Explain the initial process sequence while the system boots up?
Explain what are the system calls used for process management?