linux的telnet退出命令
linux下telnet命令在遠(yuǎn)程登錄之后要怎么才能退出呢?下面由學(xué)習(xí)啦小編為大家整理了linux的telnet退出命令的相關(guān)知識,希望對大家有幫助!
linux的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 '^]'.
linux的telnet退出命令2、ctrl + ] 回車
telnet>
linux的telnet退出命令3、? 回車
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
linux的telnet退出命令4、quit 回車
Connection closed.
linux的telnet退出命令
下一篇:linux的terminal命令