Hi,

I'm running this command in the background:

grep -r "word" &

Now, when I type in "jobs" I get this:
[1]+ Stopped grep -r "word"

Why it stopped? I run then "fg" and comes up fine. But if I leave it there it won't run at all

Help!