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

The command grep first second third /usr/you/myfile a) prints lines containing the words first, second or third from the file /usr/you/myfile b) searches for lines containing the pattern first in the files second, third, and /usr/you/myfile and prints them c) searches the files /usr/you/myfiel and third for lines containing the words first or second and prints them d) replaces the word first with the word second in the files third and /usr/you/myfile e) None of the above

4 Answers   IBM,


What is the syntax of grep command and what is its use?

6 Answers  


what is the use of nice command?

4 Answers  


What is the use of pipes?

4 Answers  


How do you stop a running process?

7 Answers  






What is the command to view process running?

0 Answers  


what is shell?

3 Answers  


What does grep v do?

0 Answers  


How do you change your account's password?

6 Answers  


what is the command to find out which shell you are running?

14 Answers  


What is the search command in unix?

0 Answers  


How to rename files and folders?

7 Answers   IBM, Oracle,


Categories