[关闭]
@bornkiller 2014-08-12T06:19:53.000000Z 字数 761 阅读 2770

Linux XShell

linux

external command

  1. ping: Sends ICMP ECHO_REQUEST packets to network hosts.
  2. nslookup: Resolves a hostname to IP address.
  3. ipconfig: Configures TCP/IP network interfaces.

internal command

session manage

  1. new: Creates a new session.
  2. open: Opens a session or the session dialog box
  3. edit: Opens the Session Property dialog box for a session.
  4. list: Lists information of all available sessions.
    'ls' and 'dir' do the same.

assisant command

  1. cd: Changes the current working directory.
  2. clear: Clears the screen/address/command history.
  3. help: Displays this help. '?' does the same.
  4. quit: Quits Local Shell. 'exit' does the same.

protocol command

  1. ssh: Connects to a host using the SSH protocol.
  2. telnet: Connects to a host using the TELNET protocol.
  3. rlogin: Connects to a host using the RLOGIN protocol.
  4. sftp: Connects to a host to transfer files securely.
  5. ftp: Connects to a host to transfer files.
添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注