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,关闭/退出连接。

  • 相关阅读:
    SQL 执行进展优化
    初识SQL 执行顺序
    前端模块化开发的价值(转)
    js 闭包之一
    js模块开发(一)
    简单说说call 与apply
    js 爱恨情仇说 this
    说说 js String
    $Ajax简单理解
    SQL-如何使用 MongoDB和PyMongo。
  • 原文地址:https://www.cnblogs.com/Anidot/p/6876784.html
Copyright © 2011-2022 走看看