daryl at ci.com.au wrote: <command> rsh remhost "xterm -display $DISPLAY" </command> What do you have $DISPLAY set to? If it's ":0" that's not going to work. I suspect you want something more like (untested) sh -c "rsh remhost DISPLAY=$DISPLAY xterm"