Sponsored Content
Operating Systems Linux Debian How to exit debian server terminal? Post 302858185 by Jonathan Sander on Sunday 29th of September 2013 10:09:24 AM
Old 09-29-2013
I encountered the same problem again and solved the issue by the code
Code:
#-

while having exited root terminal and before the next exit code
Code:
exit

would have placed me back into root terminal again.

I were then able to terminate the server connection. Thank you very much!


Jonathan Sander Stensvold Hol.

Last edited by Jonathan Sander; 09-29-2013 at 11:17 AM..
 

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

SSH to a server and exit out

Hi, Can someone please help me in resolving this issue - I am doing SSH from a server 1 to another server 2 and executing some statements there and then automatically exit out of second server to the first where script was getting executed. Can you please help me script this code ? Thanks (3 Replies)
Discussion started by: rajpuneyani
3 Replies

2. Shell Programming and Scripting

Clear Terminal After Exit

I have had a look around and can not find the answer, I dont think im searching for the right phrase. I have written a script to control common functions on my server, however when exiting the script the terminal starts directly below the script that was running... how can i clear this so it... (2 Replies)
Discussion started by: foz
2 Replies

3. Shell Programming and Scripting

Terminal is closing on exit in ksh

hi while executing the following script, my terminal window is getting closed if I enter a invalid option. I want the script should go back the the command prompt. how to do achive it. i execute the script as . ./test #! /usr/bin/ksh Printf " Type of Installer : \n\t\t 1. Whole Build... (3 Replies)
Discussion started by: vij_krr
3 Replies

4. UNIX for Dummies Questions & Answers

Have to log out of a virtual terminal twice in order to exit virtual terminals

Not really a newbie, but I have a strange problem and I'm not sure how to further troubleshoot it. I have to log out of a virtual terminal by typing exit, then exit again as in: woodnt@toshiba-laptop ~ $ exit logout woodnt@toshiba-laptop ~ $ exit logout I DON'T have to do this when I'm... (1 Reply)
Discussion started by: Narnie
1 Replies

5. Shell Programming and Scripting

Need help on how to exit a script run on a server from a remote server

hi, I am using the below line to run a script from remote server(say server A) to another server(say server B). ssh username@servername ksh script name. The issue is the script logs into server B, executes the script on server B, transfers the file to server A but does not exit from... (4 Replies)
Discussion started by: yohasini
4 Replies

6. UNIX for Dummies Questions & Answers

SSH from MacOS X or PPC Debian to SUSE # Odd terminal chars # Eventual scripting

Well. I was recently given access to my work's machine via SSH. I'm pretty sure it's a SUSE machine, uname -a gives Linux machinename 2.6.16.60-0.54.5-bigsmp #1 SMP Fri Sep 4 01:28:03 UTC 2009 i686 i686 i386 GNU/Linux I'm not doing anything all that exciting, mostly data entry stuff. We... (14 Replies)
Discussion started by: pagrus
14 Replies

7. Shell Programming and Scripting

How to exit from a server?

Hi, I am on unix serverA where i have a script called A.sh more A.sh echo "Hello" ssh user1@serverB echo "Welcome" After the ssh takes me to serverB; i execute a script on serverB called B.sh more B.sh echo " You are serverB" exit exit With the two exit statements on serverB... (7 Replies)
Discussion started by: mohtashims
7 Replies

8. Shell Programming and Scripting

Script connect to remote server, not find files and exit only from remote server, but not from scrip

I have a script, which connecting to remote server and first checks, if the files are there by timestamp. If not I want the script exit without error. Below is a code TARFILE=${NAME}.tar TARGZFILE=${NAME}.tar.gz ssh ${DESTSERVNAME} 'cd /export/home/iciprod/download/let/monthly;... (3 Replies)
Discussion started by: digioleg54
3 Replies

9. Shell Programming and Scripting

Terminal running bash/rsync script does not close with exit (MacOS High SIerra)

Hello, I am running a bash script to do an rsync back on a computer running MacOS High Sierra. This is the script I am using, #!/bin/bash # main backup location, trailing slash included backup_loc="/Volumes/Archive_Volume/00_macos_backup/" # generic backup function function backup {... (12 Replies)
Discussion started by: LMHmedchem
12 Replies
GEMS-CLIENT(1)							gems documentation						    GEMS-CLIENT(1)

NAME
gems-client - Show data transmitted by gems-server (1) SYNOPSIS
gems-client [-i] host [port] gems-client -h | -v DESCRIPTION
Connects to a computer running gems-server(1) to show in the local terminal the data transmitted, in real time. OPTIONS
host Hostname or IP address where the server is running. port TCP port used by the server. Default: 6666. -i Ignore server terminal size. If this option is not supplied, gems-client disconnects itself whenever the local terminal is smaller than the terminal associated to the server. -h Show a short help message. -v Show version information. FUNCTION KEYS
While gems-client is running, some keys have special functions: q Quit. a Enable/disable alarm blocking. When active, if the server transmits an alarm character ('a'), the client ignores it, so the alarm does not play. This is specially useful when many clients are present in the same room, to avoid the annoying simultaneous beeps. AUTHORS
Diego Essaya <dessaya@fi.uba.ar> Emiliano Castagnari <ecastag@fi.uba.ar> SEE ALSO
gems-server(1), script(1) gems AUGUST 2004 GEMS-CLIENT(1)
All times are GMT -4. The time now is 06:41 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy