boot process?
Answers were Sorted based on User's Feedback
Answer / sruthy
PROCESS WHICH DONE FROM SWITCH ON THE COMPUTER TO READY TO
DO WORK.
| Is This Answer Correct ? | 12 Yes | 3 No |
Answer / ragu
1.Boot prom phase
2.boot programs phase
3.kernel initialization phase
4. init phase
5. svc.startd (additional process in solaris 10)
| Is This Answer Correct ? | 10 Yes | 2 No |
What is the use of finger command?
What is ‘ps’ command for?
What is the size of time_t?
how to unzip the contents of the gzip file
What are grep patterns?
When i run a programm of orphan process. Instead of getting child's parent (ppid)=1 ..i get 1400 and it varies as per system. How can i findthe right soluion??? My pgm: #include<stdlib.h> # include <stdio.h> int main() { int pid; pid=fork(); if(pid < 0) {exit(-1);} else if(pid==0) { printf("Child Process is Sleeping ..."); sleep(10); printf("Orphan Child's Parent ID : %u ",getppid()); } else { printf("Parent Process Completed ... %u ",getpid()); exit(0); } return 0; } Output:
In UNIX, what is the command to kill a process?
in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?
which command is used to stop a running process in unix?
What is ctrl d?
Hi All, Can you please let me know how to grep for a particular pattern in unix. I want to print the dates from the file exp.txt. the date pattern is DD:MM:YYYY, I just want to print all the dates from the file exp.txt.
8 Answers Concentrix, IBM, Symantec, TCS,
which script will invoke first ,when /etc/init.d starts