On linux, is it possible that I create a child process and make it run on a new terminal. That is, is it possible that the parent is running on a different terminal and the child process is running on a separate terminal
在linux上,我是否有可能创建一个子进程并使其在新终端上运行。也就是说,父节点是否可能在不同的终端上运行,并且子进程在单独的终端上运行
1 个解决方案
#1
1
Assuming you're using xterm
假设你正在使用xterm
xterm -e [your program]
xterm -e [你的程序]
See http://linux.die.net/man/1/xterm
见http://linux.die.net/man/1/xterm
#1
1
Assuming you're using xterm
假设你正在使用xterm
xterm -e [your program]
xterm -e [你的程序]
See http://linux.die.net/man/1/xterm
见http://linux.die.net/man/1/xterm