0

When I log into my unix servers, I get an xterm window and usually open several more from that initial one. Is there any danger in closing the first window but keeping the children windows open?

1 Answer 1

1

Generally: no worries about closing the first window.

Tell me more specifics --

  • how are you logging in? ssh with X forwarding? network KVM?
  • what are you using the child xterms for -- spawning processes which do more work?

Something about how you phrase your question implies that you're launching non-graphical production processes by using X11. If the things you're running don't require a GUI, I'd recommend against running the GUI to launch them. Read about GNU Screen and/or nohup.

2
  • Hi, Doug. I'm using ssh with X forwarding on Windows XP. I'm not really using GUIs, but occassionally I do (such as gvim).
    – daveslab
    Commented Aug 31, 2009 at 19:27
  • 1
    For a linux server (running Apache and other similar non-GUI stuff), I don't like to have X running. It eats up resources that can be better used for more important things. Commented Sep 2, 2009 at 22:17

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .