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 the working of command grouping?
What is option in linux command?
What does the command env do?
What is kill command?
What is make command in linux?
Which command is used to terminate a process?
Which command is used to review boot messages?
What are two functions the move mv command can carry out?
why context switching time should be minimum? How it depends on hardware support?
What does chmod 777 do?
What is the difference between kill and kill in linux?
Is makefile a shell script?
How many types of dos commands are there?
You want to verify which lines in the file kickoff contain ‘bob’. Which of the following commands will accomplish this?
Brief about the command kill PID?