InterviewSolution
Saved Bookmarks
| 1. |
How Will U Create A Process In Unix Or Our Os Ose? |
|
Answer» We can USE thr FORK system call to create a PROCESS in UNIX and in OSE the system call create_process is USED. We can use thr fork system call to create a process in UNIX and in OSE the system call create_process is used. |
|