The very first process created by the Kernal in UNIX is
Answer Posted / chandrakant
sched is the first process that started after booting which
pid is 0 and give birth the child process named init which
pid is 1.
| Is This Answer Correct ? | 58 Yes | 4 No |
Post New Answer View All Answers
Explain the unmount system calls?
How to protect a process from others to kill?
Explain the difference between command and utility in unix?
What are the possible return values of kill() system call?
Explain the mount and unmount system calls?
Name the command which is used to execute system calls from exe?
What is the fork() system call?
Explain the mount system calls?
Tell me how to protect a process from others to kill?
What is the first process created by the kernel in unix?
What is the difference between command and utility in unix?
The very first process created by the kernel in unix is?
Explain c program to implement the unix or linux command to implement ls -l >output.txt?