Quote Originally Posted by Out
How do I open a program from the terminal without rendering that terminal useless until I exit the program? I have seen it done but forgot what I'm supposed to precede the program name with.
In Unix, you can put a task in the background with the '&' character at the end of the command. Is this what you wanted?