Answer Posted / 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 |
Post New Answer View All Answers
What are the various schemes available in ipc?
Explain about daemon?
What is ln(linking)?
What is ipc in unix?
Please explain fork() system call?
How to write the program on full-duplex communication on bidirectional(e.g using two pipes)?
Explain the advantage of executing a process in background?
What is unix ipc?
What is ipc port?
How to write the program on full-duplex communication on bidirectional?
Explain the system calls used for process management?
What is the very first process created by kernel?
Explain the initial process sequence while the system boots up?
Explain how do you execute one program from within another?
Please describe the initial process sequence while the system boots up?