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 / pramod

The various ID's for a process are
Process id, Process group id, Session id, Permissions to
execute i.e effective user id, real user id , real group id,
effective user id, effective group id,terminal id associated.
For more info I think man of ps will help.

Is This Answer Correct ?    11 Yes 1 No

What are various IDs associated with a process?..

Answer / guest

PID (Process Id) and PPID(Parent Process Id)

Is This Answer Correct ?    9 Yes 3 No

What are various IDs associated with a process?..

Answer / dhanashri

pid is a process id used by os to identify unique process
and is created as soon as process is created.we use ps,
getpid(),getppid() to know pid of process.

Is This Answer Correct ?    4 Yes 2 No

What are various IDs associated with a process?..

Answer / rerew

And also euid

Is This Answer Correct ?    4 Yes 5 No

Post New Answer

More Unix IPC Interview Questions

What are the various schemes available in ipc?

0 Answers  


How do you execute one program from within another?

4 Answers  


What is fork()?

0 Answers  


What is a Daemon?

3 Answers  


Explain what is the process id for kernel process?

0 Answers  






What is the very first process created by kernel?

0 Answers  


Explain the advantage of executing a process in background?

0 Answers  


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

1 Answers   HCL,


what is the condition required for dead lock in unix sustem ?

2 Answers  


Explain the initial process sequence while the system boots up?

0 Answers  


About ln(linking)

1 Answers   Infosys,


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

0 Answers  


Categories