How do you move a process which is running background to
foreground?

Answers were Sorted based on User's Feedback



How do you move a process which is running background to foreground?..

Answer / sowmya

%fg is the command used to bring process which is running
background to foreground

Is This Answer Correct ?    8 Yes 1 No

How do you move a process which is running background to foreground?..

Answer / ravikumar reddy .dubba

fg pid(process id)


dubba.ravikumarreddy@gmail.com

Is This Answer Correct ?    7 Yes 0 No

How do you move a process which is running background to foreground?..

Answer / richa

%fg %jobnumber

'jobnumber' is the number of the job which u'll get by
running 'jobs' command.

Is This Answer Correct ?    7 Yes 2 No

How do you move a process which is running background to foreground?..

Answer / william

fg [job_spec]
eg. fg emacs

Is This Answer Correct ?    5 Yes 1 No

How do you move a process which is running background to foreground?..

Answer / sudhansu mallick

%fg %n

(n= jobnumber)

Is This Answer Correct ?    2 Yes 0 No

How do you move a process which is running background to foreground?..

Answer / subbareddy kake

fg:It brings most recently back ground job to the foreground

fg %<job no>:Bring a job to fore ground by specifying its
job number after the % sysbol

Is This Answer Correct ?    2 Yes 1 No

How do you move a process which is running background to foreground?..

Answer / kiruthiga,s

fg % <job PID

Is This Answer Correct ?    0 Yes 0 No

How do you move a process which is running background to foreground?..

Answer / mohan

%fg

Is This Answer Correct ?    4 Yes 5 No

How do you move a process which is running background to foreground?..

Answer / bhaskar

nohup perl driver.pl &

Is This Answer Correct ?    0 Yes 4 No

Post New Answer

More Unix Commands Interview Questions

Write a command that will display files in the current directory, in a colored, long format.

0 Answers  


what are the different hardwares available?

1 Answers  


What is grep and how do you use it?

0 Answers  


Briefly, how do you install Oracle software on UNIX.

2 Answers  


What is grep in bash?

0 Answers  






What is the use of pipes?

4 Answers  


Why we are using UNIX OS when we are doing the testing in our application?

5 Answers   IBM,


what is kernel?

6 Answers  


what is the difference between Touch & cat command

21 Answers   QA,


Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?

0 Answers  


in UNIX,How to copy file into directory?

5 Answers  


when we installing aix os the ssh installed default?

2 Answers  


Categories