What are various IDs associated with a process?
Answers were Sorted based on User's Feedback
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 |
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 |
Please describe the initial process sequence while the system boots up?
What is ln(linking)?
What is daemon?
Explain a zombie?
write About fork()?
How can you get or set an environment variable from a program?
Which ipc is faster?
How to write the program on full-duplex communication on bidirectional?
What is IPC? What are the various schemes available?
How to get or set an environment variable from a program?
what about the initial process sequence while the system boots up?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?