Answers for "how to exit telnet linux"

2

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
Posted by: Guest on January-08-2021
1

exit telnet

#Ctrl+C doesn't work, you should ctrl+] but the most easy way
#is just type "quit" and enter
quit
Posted by: Guest on April-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language