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 the initial process sequence while the system boots up?

0 Answers  


What are two different models of ipc differentiate both?

0 Answers  


What is the condition required for dead lock in unix system?

0 Answers  


how to create tree of processes. one parent and 3 childs.

1 Answers   HCL,


In Unix inter process communication take place using?

2 Answers  






what is the process id for kernel process?

8 Answers   IBM, ITI, Military Engineer Services, Remo, TATA,


What is daemon?

0 Answers  


What are the system calls used for process management?

3 Answers  


What are the process states in Unix?

11 Answers  


Tell me set-user-id is related to (in unix)?

0 Answers  


what is the process id for kernell process

3 Answers  


What are the system calls used for process management:

5 Answers  


Categories