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

what are processor execution levels and priorities?

2 Answers   Infosys,


what is the difference between Touch & cat command

21 Answers   QA,


What do chgrp command do?

0 Answers  


What does touch command do in unix?

0 Answers  


How do you find out all processes that are currently running in UNIX OS?

10 Answers  






What command a user use to view a long text file one page at a time in UNIX?

8 Answers   IBM,


Will rm -r* removes hidden files?

10 Answers  


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

16 Answers  


What does sed command do in unix?

0 Answers  


How would you change all occurrences of a value using VI?

4 Answers  


Briefly, how do you install Oracle software on UNIX.

2 Answers  


how to change a normal file into hidden file

3 Answers  


Categories