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 |
Predict the output of the following program code main() { fork(); printf("Hello World!"); }
How to know whether the message queue is empty or not.
What is semaphone?
How do you execute one program from within another?
What is ln(linking)?
What is the full form of ipc?
what is the very first process created by kernell
set-user-id is related to (in unix)
Max relax-able permission value with out giving write permission to others?
What is an advantage of executing a process in background?
How can you get or set an environment variable from a program?
what is the condition required for dead lock in unix sustem ?