which script will invoke first ,when /etc/init.d starts

Answer Posted / guest

/etc/init.d/network

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Using unix command how to display no of records in oracle?

606


What is {} in find command?

584


What does this command do,"$more readme.txt“?

688


What is ‘ps’ command for?

614


What is unix command line?

606






What happens when we execute a unix command?

597


What are bash commands?

589


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 # include 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:

1758


How to display no of records in oracle using unix command?

589


Why is it called a shebang?

568


How does the system know where one command ends and another begins?

1574


Differentiate cmp command from diff command.

586


Does cp command overwrite files?

620


What is the difference between cat and more command?

624


Which command will print your home directory on screen?

543