在運維過程中,常常會telnet某個ip端口,如果 能telnet通,怎么退出呢 ?
1、telnet 63.172.25.18 6463 回車
Trying 63.172.25.18...Connected to 63.172.25.18 (63.172.25.18).Escape character is '^]'.
2、ctrl + ] 回車
telnet>
3、? 回車
close close current connectionlogout forcibly logout remote user and close the connectiondisplay display operating parametersmode try to enter line or character mode ('mode ?' for more)open connect to a sitequit exit telnetsend transmit special characters ('send ?' for more)set set operating parameters ('set ?' for more)unset unset operating parameters ('unset ?' for more)status print status informationtoggle toggle operating parameters ('toggle ?' for more)slc change state of special charaters ('slc ?' for more)auth turn on (off) authentication ('auth ?' for more)encrypt turn on (off) encryption ('encrypt ?' for more)forward turn on (off) credential forwarding ('forward ?' for more)z suspend telnet! invoke a subshellenviron change environment variables ('environ ?' for more)? print help information
4、quit 回車
Connection closed.