firefox in Debian maps to iceweasel and invokes the program, however how can I get rid of the debug/status window and force it to act the same way as if I clicked on it in Applications -> Internet ?

link|improve this question

62% accept rate
feedback

2 Answers

up vote 1 down vote accepted

firefox & should fire it up in the background.

link|improve this answer
the answer is fine, just a note of the difference between this way and the one i mentioned: if you leave the terminal open, you will still see messages from the process using this method. – Tim Hoolihan Jan 4 '10 at 21:06
feedback

redirect stdout and stderr to dev null

firefox >/dev/null 2>&1

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.