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

What is ipc port?

0 Answers  


What is an advantage of executing a process in background?

2 Answers  


How to write the program on full-duplex communication on bidirectional?

0 Answers  


What is the very first process created by kernel?

0 Answers  


How to know whether the message queue is empty or not.

1 Answers   Fibcom, HCL,






Explain the advantage of executing a process in background?

0 Answers  


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

0 Answers  


Explain linking across directories?

0 Answers  


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

0 Answers  


Explain the system calls used for process management?

0 Answers  


Which ipc is faster?

0 Answers  


Explain how do you execute one program from within another?

0 Answers  


Categories