LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   How to close a remote disconnected "xterm" window? (https://www.linuxquestions.org/questions/linux-general-1/how-to-close-a-remote-disconnected-xterm-window-811401/)

radar guy 06-01-2010 12:49 AM

How to close a remote disconnected "xterm" window?
 
Using a xterm window to remotely log in and reboot a Redhat server causes the window to "hang" once the remote server reboots and I cannot close the window using Ctrl-D. Any ideas?

evo2 06-01-2010 05:09 AM

Open another terminal, find the pid (use the ps command) and kill the process (use the kill command). Or, if you prefer using your mouse, run xkill and click on the terminal.

Evo2.


All times are GMT -5. The time now is 01:52 AM.