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 can we "forked" process in UNIX? How then recognize in any of the branches we?

2 Answers   NIIT,


What will the following command do?

0 Answers  


What is the comma to show the space allocation of files?

0 Answers  


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

0 Answers  


What's a command word?

0 Answers  






Explain ‘system calls’ with respect to unix commands?

0 Answers  


How to create hardlinks and softlinks on files?

2 Answers  


what do you understand bythe term 'de-mountable volumes'?

2 Answers   Infosys,


How to know a process is a zombie or orphan process?

3 Answers   Perot Systems,


what is the command to print last 8 lines of any text file.

10 Answers  


Can you explain a little bit about command substitution?

0 Answers  


what is telnet?

6 Answers  


Categories