Shell/Bash: how to exit telnet linux Example
Shell/Bash Example: This is the "how to exit telnet linux" Example. compiled from many sources on the internet by SimpleTutorials.org
how to exit telnet linux
The trick here is you need to first type escape character e.g. '^]' which is 'Ctrl + ]' and then type quit to close the telnet terminal in Linux or any UNIX system.Jan 26, 2019
exit telnet
#Ctrl+C doesn't work, you should ctrl+] but the most easy way #is just type "quit" and enter quit
* Summary: This "how to exit telnet linux" Shell/Bash Example is compiled from the internet. If you have any questions, please leave a comment. Thank you!