telnet如何退出

第一步:使用telnet IP地址 端口號
[dbbak@localhost ~]$ telnet 192.168.6.254 46053 
Trying 192.168.6.254... 
Connected to 192.168.6.254 (192.168.6.254). 
Escape character is '^]'. 
第二步:使用"Ctrl + ]" 命令:
^] 
第三步:使用"? + Enter"命令:
telnet> ? 
Commands may be abbreviated. Commands are: 

close close current connection 
logout forcibly logout remote user and close the connection 
display display operating parameters 
mode try to enter line or character mode ('mode ?' for more) 
open connect to a site 
quit exit telnet 
send transmit special characters ('send ?' for more) 
set set operating parameters ('set ?' for more) 
unset unset operating parameters ('unset ?' for more) 
status print status information 
toggle 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 subshell 
environ change environment variables ('environ ?' for more) 
? print help information 
第四步:輸入"quit",回車:
telnet> quit 
Connection closed. 
ok,這樣就退出了。
 
Jesus love you!
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章