what is the use of "fg" command ?

Answers were Sorted based on User's Feedback



what is the use of "fg" command ?..

Answer / harish

fg command will put a process running in background to
foreground.

Is This Answer Correct ?    49 Yes 1 No

what is the use of "fg" command ?..

Answer / c sivakumar. kumarsiva46@yaho

'bg' means background and 'fg' foreground. This 'fg'
command using to change the background process to
foreground.

Is This Answer Correct ?    20 Yes 2 No

what is the use of "fg" command ?..

Answer / padmanaban

fg will get the process from background

Is This Answer Correct ?    8 Yes 3 No

what is the use of "fg" command ?..

Answer / jonu

fg

Typing fg alone will resume the first job were it was left off.

fg 1

Specifying the job id (in this case 1) will resume that particular job. The job id can be determined by running the bg command.

Is This Answer Correct ?    1 Yes 0 No

what is the use of "fg" command ?..

Answer / swapna

fg command will resume the recently stopped process.

Is This Answer Correct ?    13 Yes 14 No

Post New Answer

More Unix Commands Interview Questions

Write a command to find all of the files which have been accessed within the last 30 days.

5 Answers   Google, IBM, Satyam,


How to replace the exact word in vi editor?? suppose a file contains words like amaze,amazed,amazement in some of the line.But i want to replace only 'amaze' with delight but don't wanna replace amazed or amazement. thanks

6 Answers   Polaris, Tech Mahindra,


What are awk commands?

0 Answers  


how will you convert a general file to a hidden file?

4 Answers  


Which command is used to find whether the system is 32 bit or 64 bit?

0 Answers  






What is rmdir command?

0 Answers  


In vi editor how do you execute unix commands?

10 Answers  


What Is the command to change a file's creation time. means one file is created at the time 15:19 then time should br changed to 14:14

8 Answers   3i Infotech, IBM,


How does shebang work?

0 Answers  


How to view the hidden files in /etc directory?

10 Answers  


what is virtual machine?

2 Answers   Infosys,


What is sed awk grep?

0 Answers  


Categories