明輝手游網(wǎng)中心:是一個免費提供流行視頻軟件教程、在線學(xué)習(xí)分享的學(xué)習(xí)平臺!

CentOS下telnet退出失敗的處理方法

[摘要]最近有CentOS用戶反映在調(diào)試網(wǎng)絡(luò)程序時出現(xiàn)了問題,服務(wù)雖然啟動了,但客戶端卻無法連接上,用telnet連接后發(fā)現(xiàn)是Windows防火墻的問題,可是用telnet命令連接成功后發(fā)現(xiàn)退不出去了,這該...

  最近有CentOS用戶反映在調(diào)試網(wǎng)絡(luò)程序時出現(xiàn)了問題,服務(wù)雖然啟動了,但客戶端卻無法連接上,用telnet連接后發(fā)現(xiàn)是Windows防火墻的問題,可是用telnet命令連接成功后發(fā)現(xiàn)退不出去了,這該怎么辦?下面小編就給大家介紹下CentOS下telnet退出失敗的解決辦法。

CentOS下telnet退出失敗的解決辦法

  退不出去了!Ctrl + c,Ctrl + z,ESC,q,quit,exit,都不行;

  注意telnet連接成功后輸出的信息:

  Escape character is ‘^]’。

  Ctrl + ]

  方法終于對了;

  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)

  z suspend telnet

 。 invoke a subshell

  environ change environment variables (‘environ ?’ for more)

 ? print help information

  telnet》 close

  Connection closed.

  輸入問號然后回車,可以查看幫助;

  輸入close或quit然后回車,可以退出telnet;

  CentOS下telnet退出失敗的解決辦法就介紹到這,在操作過程中遇到這樣的問題時可以參考上面介紹的方法來解決。


Linux是一套免費使用和自由傳播的類Unix操作系統(tǒng)