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 do you list the files in an UNIX directory while also showing hidden files?
what will be the output of ls ~/..
what is telnet?
what is the use of ls -l command & what is the information it gives about user ?
What is {} in find command?
what is the use of nice command?
Write a command that will output the sorted contents of a file named in.txt and place the output in another file named out.txt, while at the same time excluding duplicate entries.
Is ‘du’ a command? If so, what is its use?
What is $0 bash?
What are the dos commands?
What do know about tee command and its usage?
How to find and replace the below command?