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

List the three main parts of an operating system command?

0 Answers  


What command you use for cpio to create a backup called backup.cpio of all the users’ home dirs?

2 Answers  


How can you check the amount of lines in a file?

0 Answers  


what is the last file executed during the boot process?

5 Answers   iOPEX,


What does curl command do in linux?

0 Answers  






How do you create a text file in linux?

0 Answers  


How to block the message in wall command some students are send messages to all in the lab. please help me

5 Answers  


Which command is used to compare the files?

0 Answers  


How do I find hostname in linux?

0 Answers  


What does uname command do?

0 Answers  


How do you open a command prompt when issuing a command?

0 Answers  


when zombie process fully cleared?

4 Answers   HP,


Categories