what is the command to make a process to run in the
background from foreground?
Answer Posted / 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 |
Post New Answer View All Answers
What is the bash in linux?
What does cd – command do?
What is ulimit command?
What is env command in linux?
What is linux pwd (print working directory) command?
How do I find the linux version?
How do I open a text file in cmd?
What is umask in linux?
What are the 4 kinds of sentences with examples?
How do you run a command for a limited time?
What does grep command do?
How do I navigate in cmd?
Which command is used to delete a group?
What are runlevels in linux?
How do I list all processes in linux?