Relative Content

Tag Archive for unixterminalfork

How to fork process into another virtual terminal

I need a way to fork current process into another virtual terminal. Actually I want to spawn my process’ children into separate tmux panes, but knowing how to fork into another console will do, rest should be easy.