How do you move a process which is running background to
foreground?

Answer Posted / mohan

%fg

Is This Answer Correct ?    4 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate cat command from more command.

584


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

601


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

620


What does touch command do in unix?

741


What is the significance of the 'tee' command?

602






Differentiate cmp command from diff command.

596


Is ‘du’ a command? If so, what is its use?

639


What is the nmap command?

593


What is the use of tee command?

580


How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?

769


What is .sh file?

626


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:

1769


Which command should you use to find the remaining disk space in unix server?

720


What is the command to find maximum memory taking process on the server?

678


What are the general commands in using unix os for a beginner?

585