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 get or set an environment variable from a program?

0 Answers  


Explain a zombie?

0 Answers  


Max relaxable permisssion value with out giving write permission to others?

2 Answers   IBM,


What is an advantage of executing a process in background?

2 Answers  


what about the initial process sequence while the system boots up?

1 Answers  






What is ipc port?

0 Answers  


Please explain fork() system call?

0 Answers  


what is the process id for kernel process?

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


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

2 Answers  


Explain how do you execute one program from within another?

0 Answers  


What are various IDs associated with a process?

3 Answers  


What is i-node numbers?

0 Answers  


Categories