Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

notwist

macrumors regular
Original poster
Dec 29, 2006
191
0
New Brunswick, NJ
When accessing a Unix based system through X11, how do I open new windows? Like.. when I run a program, the program starts up, but I am unable to use the existing window? Do I have to open up a new window and run ssh again whenever I want to run another program? ALso, when working in this way, all files are saved on the remote computer correct? Thanks in advance.
 
There are two ways to go about it:

1) Launch another local xterm, running a local shell, and then connecting with ssh to your remote host.

2) From the original remote session, launch a remote shell, by typing 'xterm &'. This option, however, might be slower than the first one, because all the window information has to arrive from the remote machine.
 
just add an & for whatever command you want to run.

so if you want to open up pico do: pico text.txt &
that should open up pico in a new window and let u use that ssh session for something else
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.