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

what is the meaning of this command rm -rf / what will it do ?

5 Answers   Altair,


how to remotely move a file ??? that mean how to move a file one machine to another machine ???

10 Answers   Altair,


What is the behavioural difference between cmp and diff commands?

0 Answers  


What's a command word?

0 Answers  


Give the command to display space usage on the UNIX file system.

6 Answers  






Explain the steps that a shell follows while processing a command.

0 Answers  


What is awk used for?

0 Answers  


what is kernel?

6 Answers  


How can you see the command line history?

0 Answers  


Which command is used to copy files?

0 Answers  


How does pipe () work?

0 Answers  


Which mode is used for allowing file write,read and append mode?

9 Answers   BitWise, TM,


Categories