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
Is there any method to erase all files in the current directory, along with its all sub-directories, by using only one command?
Which command can you use to find the currently running process in unix server?
What are the differences among a system call, a library function, and a unix command?
Can you explain a little bit about command substitution?
What is $0 bash?
hw will u use awk in replacing cahrs and files
What is the first character of the output in ls l command?
What is unix command line?
What does grep v do?
What is grep short for?
What happens when we execute a unix command?
Which command will print your home directory on screen?
What is the behavioural difference between cmp and diff commands?
What is grep r?
What does find command return in unix?