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 unix kernel distinguishes between a normal file and device file ?

7 Answers   Google, IBM, McAfee, Vodafone,


What is a command and examples?

0 Answers  


what is the use of nice command?

4 Answers  


what is the shell for dos,nt operating systems?

1 Answers  


How many unix commands are there?

0 Answers  


How do you create a file in UNIX

36 Answers   Accenture, EMG, Nokia, QA, TD,


What command would users use to see what file one page at a time in UNIX?

7 Answers   IBM,


distinguish between user mode and kernel mode?

4 Answers   Infosys,


Suppose 1000 processes are running on the system out of those if you have to show only certain process ids which command will you use?

5 Answers  


How to remove a crontab file?

2 Answers  


What is the use of cut command in unix?

0 Answers  


How do I run a whois command?

0 Answers  


Categories