: [linux@linux] telnet sun
: [sun@sun] xterm -display xxx.xxx.xxx.xxx:0 &
:
: xxx.xxx.xxx.xxx 는 리눅스의 아이피임다.
:
: 20001...
위 답에 빠진게 있어서 보충합니다.
[linux@linux] xhost + sun_system_ip
[linux@linux] telnet sun
[sun@sun] setenv DISPLAY linux_system_ip:0.0
[sun@sun] xterm &
이렇게 하면 문제 없이 뜰 겁니다.
여기서 sun_system_ip는 xxx.xxx.xxx.xxx이렇게 적어도 되고 DNS가 작동하면 그냥 머신이름적으면
됩니다. linux_system_ip도 마찬가지 입니다.
(sun에서 C shell을 쓴다는 가정하에 쓴 것입니다.)