zoukankan      html  css  js  c++  java
  • telnet退出

    windows下退出telnet:可以参考下面linux退出,也可以直接关闭窗口。

    linux退出telnet:

    1.输入ctrl+];显示出telnet>。

    2.此时可以输入?,查看可以使用的命令。

    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

    3.也可以直接输入close或quit,关闭/退出连接。

  • 相关阅读:
    周记(第六周)
    周记(第五周)
    周记(第四周)
    周记(第三周)
    周记(第二周)
    《大道至简》读后感
    __proto__
    Object.prototype
    Object.setPrototypeOf(obj, proto)
    Object.getPrototypeOf(obj)
  • 原文地址:https://www.cnblogs.com/Anidot/p/6876784.html
Copyright © 2011-2022 走看看