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

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:

1764


What does #!/ Bin sh do?

595


Describe the usage and functionality of the command rm –r * in unix?

829


Is it inbetween or in between?

589


How do I open a port?

596






What does find command return in unix?

598


What does this command do? Cat food 1 > kitty

980


What does the md command do?

578


Explain how to use grep command to list find the records of a file containing 10 different strings?

596


What is the difference between cat and more command?

627


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

647


Why is shebang used?

598


Write a command that will display files in the current directory, in a colored, long format.

689


What is the search command in unix?

606


What is in grep command?

650