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

How do you remove a crontab file?

6 Answers  


What is {} in find command?

0 Answers  


What do chown command do?

0 Answers  


what is the difference between Touch & cat command

21 Answers   QA,


How we will execute previous command in vi editor?

3 Answers   IBM, Infosys,






Will rm -r* removes hidden files?

10 Answers  


What does mkdir up2date; touch outdated up2date do?

2 Answers  


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

0 Answers  


How to open a Database using Unix Command Please Do Reply

9 Answers   Cognizant, CTS,


What is awk command used for?

0 Answers  


What is the use of awk command in unix?

0 Answers  


What UNIX command will control the default file permissions when files are created?

4 Answers  


Categories