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 |
Tell me when should we use thread-safe "_r" library calls?
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?
explain about the initial process sequence while the system boots up?
Explain the performance differences between user-space threads and kernel-supported threads.?
Explain critical section?
what are the Performance differences between User-space threads and Kernel-supported threads.
What are the main families of threads?
How to work unix commands on windows xp without installing unix o/s in pc?
What are the different kinds of threads?
3 Answers Ericsson, Fashion Technology,
What are threads?
Explain what is protection boundary?
Explain the different kinds of threads?