You are not logged in.
Pages: 1
Hello,
Here's a fun question: Is there a way to start a process in the background via terminal, close the terminal, open a new terminal, and then catch that process?
I was thinking that if there were a way to make that possible, I could move processes across X servers.
Thought?
Offline
Yep, it's what a terminal multiplexer does.
dtach: does what you want http://aur.archlinux.org/packages.php?ID=2752
screen: does a lot more http://www.archlinux.org/packages/extra/i686/screen/
tmux: like screen http://aur.archlinux.org/packages.php?ID=20079
Offline
Pages: 1