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
Explain getopts command of linux?
What is clang llvm?
What is filter command in unix?
How do you clear the screen in linux?
What does c mean in linux?
What are the command prompt commands?
When and how linux developed?
why context switching time should be minimum? How it depends on hardware support?
What are the options of wc command?
How do you create a text file in linux?
What would be the result of the command paste -s dog cat?
Which command reduces the size of a file?
How use more command in linux?
How can I create a file with cmd?
If the programmer wishes to execute an instruction at the specified time. Which command is used?