可能性の重複:
How to invoke another terminal for output programmatically in C in LinuxLinuxでCを使って別の端末に書き込む方法は?
私は、クライアント・サーバ・アプリケーションをプログラミングしていると私は、デバッグウィンドウを作成します。
サーバー側では、着信と発信の通信を別の端末で印刷したいと考えています。 gnome-terminalを通して端末を起動することはできますが、他の端末には書き込まないでください。
http://stackoverflow.com/questions/3445645/how-to-invoke-another-terminal-for-output-programmatically-in-c-in-linux – obo