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

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

1 Answers  


What is a zombie?

10 Answers  


what is the process id for kernell process

3 Answers  


In Unix inter process communication take place using?

2 Answers  


What is the very first process created by kernel?

1 Answers  


what is the very first process created by kernell

5 Answers  


How to write the program on full-duplex communication using 2 FIFOs

0 Answers  


What Happens when you execute a command?

3 Answers  


Max relax-able permission value with out giving write permission to others?

1 Answers  


How can you get or set an environment variable from a program?

2 Answers  


What are the process states in Unix?

11 Answers  


What are the various schemes available in ipc?

1 Answers  


Categories