List the system calls used for process management?



List the system calls used for process management?..

Answer / Sachin Sahay Gautam

1. fork(): Creates a new process.
2. exec(): Replaces the current process with a new one.
3. wait(): Waits for child processes to finish execution.
4. exit(): Terminates the current process.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Threads Interview Questions

Tell me when should we use thread-safe "_r" library calls?

1 Answers  


If your server is running on Unix and one of the sessions are keep on running without loading any data. how would you kill it?

1 Answers  


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

1 Answers  


Explain the performance differences between user-space threads and kernel-supported threads.?

1 Answers  


Explain critical section?

1 Answers  


what are the Performance differences between User-space threads and Kernel-supported threads.

1 Answers  


What are the main families of threads?

1 Answers  


How to work unix commands on windows xp without installing unix o/s in pc?

1 Answers  


What are the different kinds of threads?

3 Answers   Ericsson, Fashion Technology,


What are threads?

4 Answers  


Explain what is protection boundary?

1 Answers  


Explain the different kinds of threads?

1 Answers  


Categories