Possible Duplicate:
How can I close a terminal without killing the command running in it?
How to launch a GUI application (e.g. gedit) from terminal and detach it from there in one step?
How to launch a GUI application (e.g. gedit) from terminal and detach it from there in one step? |
|||
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
The & operator enables the application to run in the background. Use
or
(the latter lets you use the terminal after launching gedit, just press return to send it to the background). |
|||||||||
|
|
If you have already launched it, you can hit ctrl-z, enter |
|||
|
|
There are two steps involved. One is generally called "backgrounding" and the other "disowning".
Note: In ZSH you can shortcut the process of disowning by running |
|||||||||||||||
|
geditand log out, what's the point? When you logged back in, how would you reconnect to use it again? – Aaron D. Marasco Jul 23 '11 at 13:16X. – Aaron D. Marasco Jul 23 '11 at 13:32