Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


boot process?

Answers were Sorted based on User's Feedback



boot process?..

Answer / sruthy

PROCESS WHICH DONE FROM SWITCH ON THE COMPUTER TO READY TO
DO WORK.

Is This Answer Correct ?    12 Yes 3 No

boot process?..

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

Post New Answer

More Unix Commands Interview Questions

What is the use of finger command?

0 Answers  


What is ‘ps’ command for?

0 Answers  


What is the size of time_t?

0 Answers  


how to unzip the contents of the gzip file

1 Answers   Epsilon,


What are grep patterns?

0 Answers  


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:

0 Answers  


In UNIX, what is the command to kill a process?

10 Answers  


in UNIX,How do you check for processes started by particular user suppose the user name is 'suresh'?

6 Answers  


which command is used to stop a running process in unix?

8 Answers  


What is ctrl d?

0 Answers  


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

1 Answers  


Categories