what is the command to make a process to run in the
background from foreground?

Answers were Sorted based on User's Feedback



what is the command to make a process to run in the background from foreground?..

Answer / monajk

To make the command run in the background suppose the
command is "command_name" then the syntax for the same will
be such as follows;

[root@neo root]# command_name &

Is This Answer Correct ?    17 Yes 3 No

what is the command to make a process to run in the background from foreground?..

Answer / uday kiran

when the process is running, press "control+Z" . Now at the
command prompt , type "bg"

Is This Answer Correct ?    14 Yes 2 No

what is the command to make a process to run in the background from foreground?..

Answer / susheel narayan singh hcl

if you want to run the process in background
then press ctrl+z
it will go on background
and you can see this by this cmd
#bg
but if you want in foreground
you use this cmd
#fg

Is This Answer Correct ?    1 Yes 0 No

what is the command to make a process to run in the background from foreground?..

Answer / tejal dave

run jobs command and show background process
and then type command fg % job no to which job no is foreground
like
ping 192.168.0.254
stop this process via ctrl Z
and type fg % jobno and than foreground process

Is This Answer Correct ?    1 Yes 1 No

what is the command to make a process to run in the background from foreground?..

Answer / amit kumar ghosh

Process always runs in background of system,it is run by the
system itself,we can run process with cmd but there is no any
cmd which can bring process to run in foreground.

Is This Answer Correct ?    2 Yes 9 No

Post New Answer

More Linux Commands Interview Questions

I have a user name in /etc/vsftpd/user_list which is for blocking the ftp user. Now i blocked the user as well ,but without removing username in user_list i wanna access the users home directory and his own directory .How will you access the data ????

3 Answers   Span Systems,


What is clang space engineers?

0 Answers  


Explain how you would manage background and foreground processes in Linux.

1 Answers  


what is the standard output in a file as well as disply it on the terminal options like A)pr B) tail C) tee D)nl

3 Answers   Google, Thermotech Engineers,


1.what is Kernel parameters? 2.how many cpu have use in your machine?

3 Answers   ConSim,


how do you configure linux system as a router?

5 Answers   HP,


How do I set permission to run in linux?

0 Answers  


What is the command to see on which port which service is running? And what is the difference between /etc/services file and net stat command?

0 Answers  


How do you know which shell I am using in linux?

0 Answers  


What u know abt tar Command?

5 Answers   Locuz,


What are the options of wc command?

0 Answers  


Send me some of the commands being used in linux

5 Answers   Aurobindo, Dr Reddys, IBM, Reddy Labs,


Categories