Quote:
Originally Posted by anumoses
what about xhost +
|
Well, put "&" after it , too! "&" means "run in background".
And remember, the terminal is not "hung", it's just that keyboard input now goes to the running program until it exits, and then the shell returns.
To pause a foreground process, use Ctrl+Z. To start it again in the background, run "bg". To start it again in the foregraound, run "fg".