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 the condition required for dead lock in unix system?
In Unix inter process communication take place using?
How to get or set an environment variable from a program?
How to write the program on full-duplex communication on bidirectional?
What is ln(linking)?
What Happens when you execute a command?
What are the system calls used for process management?
How can you get or set an environment variable from a program?
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
What is an advantage of executing a process in background?
Explain what are the system calls used for process management?
What is a zombie?