[linux] How to quit without waiting for the other party to disconnect with telnet

When connecting to the host with telnet, there are many cases where you enter the quit command etc. to disconnect from the host side, but there are also cases where you want to disconnect from the client side.

In such a case, press Ctrl +] and the telnet prompt will be displayed. Entering q at the prompt disconnects from the client and telnet exits

telnet


telnet> q
Connection closed.

It can also be used when the telnet terminal does not work and you want to forcibly exit.

Recommended Posts

[linux] How to quit without waiting for the other party to disconnect with telnet
How to get the printer driver for Oki Mac into Linux
How to touch Jupyter Notebook without polluting the environment other than Pythonista, or how to touch Ruby with Jupyter Notebook without polluting the environment other than Rubyist
[Linux] How to use the echo command
How to use the Linux grep command
How to operate Linux from the console
How to install Windows Subsystem For Linux
How to power off Linux with Ultra96-V2
How to get started with laravel (Linux)
Useful for changing permissions on Linux! How to count up to 31 with one hand.
Checklist on how to avoid turning the elements of numpy's array with for
[Introduction to Python] How to get the index of data with a for statement
How to specify the launch browser for JupyterLab 3.0.0
How to use MkDocs for the first time
How to specify the NIC to scan with amazon-dash
How to operate Linux from the outside Procedure
How to create a shortcut command for LINUX
How to Learn Kaldi with the JUST Corpus
How to find the correlation for categorical variables
How to make Linux compatible with Japanese keyboard
How to set the development environment for each project with VSCode + Python extension + Miniconda
How to delete the specified string with the sed command! !! !!
[Introduction to Python] How to iterate with the range function?
How to create a submenu with the [Blender] plugin
[Python] How to specify the download location with youtube-dl
Linux user addition, how to use the useradd command
How to create a local repository for Linux OS
[Python] How to rewrite the table style with python-pptx [python-pptx]
(Remember quickly) How to use the LINUX command line
How to deal with the problem that pandas 1.1.0 or later build fails on Alpine Linux
Run the program without building a Python environment! !! (How to get started with Google Colaboratory)
How to solve the problem that video content cannot be played on Firefox for Linux
How to install nkf with rpm file on Red Hat Enterprise Linux 7.7 (for non-internet environment)
How to deal with the terminal getting into the pipenv environment without permission when using pipenv with vscode
I tried to simulate how the infection spreads with Python
How to set up Ubuntu for Windows Subsystem for Linux 2 (WSL2)
How to return to the previous directory with the Bash cd command
[python] How to use the library Matplotlib for drawing graphs
[For beginners] How to use for statements on Linux (variables, etc.)
How to manipulate the DOM in an iframe with Selenium
[Linux] How to deal with garbled characters when viewing files
How to extract other than a specific index with Numpy
I didn't know how to use the [python] for statement
A story about how to deal with the CORS problem
For beginners, how to deal with common errors in keras
How to get into the python development environment with Vagrant
[PowerShell] How to search for rows like Linux grep (Windows)
[Introduction to Python] How to get data with the listdir function
[Django Learned with the Devil's Blade] How to get a query set for forward / reverse reference