LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   detach a process (https://www.linuxquestions.org/questions/linux-newbie-8/detach-a-process-123878/)

spank 12-08-2003 11:11 AM

detach a process
 
how can I detach a process from a terminal and reatach it ?

andrew001 12-08-2003 11:26 AM

If you're running a process and you want to background it, you can type control-z to pause it, then type 'bg' to background that process.

To bring that process back to the foreground, type 'fg'. If you have more than one process backgrounded, 'jobs' will list the backgrounded processed than then you can just use 'fg' with the right number. VIOLA

~Andrew

aaa 12-08-2003 11:27 AM

To start detached in the first place, put an '&' at the end of the command:
konqueror&


All times are GMT -5. The time now is 09:25 PM.