what is the use of "fg" command ?

Answer Posted / swapna

fg command will resume the recently stopped process.

Is This Answer Correct ?    13 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

683


What do know about tee command?

596


Which command is used to create a directory?

563


what is the advaantage of each user having its own copy of the shell?

2028


What is updatedb?

580






What difference between cmp and diff commands?

716


What is the difference between cat command and more command?

597


What is merge command in unix?

940


Explain mount and unmount command.

609


How do I search a whole word in vim?

685


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:

1754


What is the first character of the output in ls l command?

627


How do I use nslookup?

568


What does grep v grep do?

546


What does the “echo” command do?

622