How do you execute a UNIX command in the background?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / shy
"top" command is used to view the live process of the
background.
| Is This Answer Correct ? | 7 Yes | 4 No |
Answer / tony
Then anybody tell me the below line is a background process or not?
sleep 100 &
| Is This Answer Correct ? | 3 Yes | 5 No |
How we will execute previous command in vi editor?
How would you change all occurrences of a value using VI?
what is telnet?
What is in grep command?
Write a command that will display files in the current directory, in a colored, long format.
Why is it called grep?
If JFS file system is 100% full how we can increase the file system ?
what do you understand by 'building block primitive'?
Give Command that will move a single file called "unix.txt"
What does the md command do?
What is the output of : $ ps-e $ ps-a commands
what does the job command do?