@bornkiller
2014-08-12T14:19:53.000000Z
字数 761
阅读 2883
Linux XShell
linux
external command
- ping: Sends ICMP ECHO_REQUEST packets to network hosts.
- nslookup: Resolves a hostname to IP address.
- ipconfig: Configures TCP/IP network interfaces.
internal command
session manage
- new: Creates a new session.
- open: Opens a session or the session dialog box
- edit: Opens the Session Property dialog box for a session.
- list: Lists information of all available sessions.
'ls' and 'dir' do the same.
assisant command
- cd: Changes the current working directory.
- clear: Clears the screen/address/command history.
- help: Displays this help. '?' does the same.
- quit: Quits Local Shell. 'exit' does the same.
protocol command
- ssh: Connects to a host using the SSH protocol.
- telnet: Connects to a host using the TELNET protocol.
- rlogin: Connects to a host using the RLOGIN protocol.
- sftp: Connects to a host to transfer files securely.
- ftp: Connects to a host to transfer files.