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
How can I create a file with cmd?
Brief about the command ff?
How do you create a file?
How can we increase disk read performance in single command?
What would be the result of issuing the command cat phonenos?
How do I set permission to run in linux?
Which command would you use if you want to remove the password assigned to a group?
How do I find my user id in linux?
You wish to print the file vacations with 60 lines to a page. Which of the following commands will accomplish this?
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
How do I use nslookup in linux?
What is tail command in linux?
What does free command do in linux?
How do I list directories in linux?
why context switching time should be minimum? How it depends on hardware support?