What are various IDs associated with a process?

Answers were Sorted based on User's Feedback



What are various IDs associated with a process?..

Answer / shilpa

PID- Process Id
PPID- Parent Process ID

Is This Answer Correct ?    8 Yes 0 No

What are various IDs associated with a process?..

Answer / gopi.k

process it self id is getpid();
process of parent process id is getppid();

Is This Answer Correct ?    0 Yes 0 No

What are various IDs associated with a process?..

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

Post New Answer

More Unix IPC Interview Questions

Explain fork() system call?

12 Answers   ASAS, IBM,


Which ipc is the fastest in unix?

0 Answers  


What is semaphone?

5 Answers   HCL,


What is ln(linking)?

0 Answers  


what is the very first process created by kernell

5 Answers  






What are the system calls used for process management:

5 Answers  


How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?

0 Answers  


Please describe the initial process sequence while the system boots up?

0 Answers  


How can a parent and child process communicate?

3 Answers   TCS,


Explain the advantage of executing a process in background?

0 Answers  


What are various IDs associated with a process?

3 Answers  


Explain what is the process id for kernel process?

0 Answers  


Categories