How do you execute a UNIX command in the background?
Answer Posted / c sivakumar
First give a command. After the enter key then give
control+z once doing this, process will be stop which you
executed. After that you have to give 'bg' again it will
start the process in back ground mode(bg). It is
applicable for script too. If you want to swich on to
foreground just give 'fg' fg will give background
process to foreground
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
How do I find previous commands in unix?
How do I clear my terminal history?
How can you see the command line history?
How do you grep recursively?
What is the command to find hidden files in the current directory?
What does #!/ Bin sh do?
What is the significance of the 'tee' command?
What are grep patterns?
What is a command and examples?
Can you enlist some commonly used network commands?
What command is used to check the current users?
What do chmod command do?
Using unix command how to display no of records in oracle?
What are awk commands?
Why is grep called grep?