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

Differentiate cmp command from diff command.

0 Answers  


How to install scsi driver in unix? give me explanation clearly?

1 Answers   HCL, TCS,


What is an Environment Variable?

4 Answers   CTS,


How to identify whether a file is normal file or directory?

3 Answers  


Explain command to show the space allocation of files?

0 Answers  






Explain how to use grep command to list find the records of a file containing 10 different strings?

0 Answers  


What is the significance of the 'tee' command?

0 Answers  


How do you list the files in an UNIX directory while also showing hidden files?

6 Answers  


how many types of file in unix?

34 Answers   MNC, TCS,


What do you mean by zambie process?

6 Answers  


What is the protocol for PING command?

1 Answers   IBM,


What command is used to check the current users?

0 Answers  


Categories