Emacs中的网络工具封装命令

网络工具封装

Command Description
ifconfig and ipconfig Runs ifconfig or ipconfig
iwconfig Runs the iwconfig tool
netstat Runs the netstat tool
arp Runs the arp tool
route Runs the route tool
traceroute Runs the traceroute tool
ping Runs ping, but on most systems it may run indefinitely; adjust ping-program-options.
nslookup-host Runs nslookup in non-interactive mode.
nslookup Runs nslookup in interactive mode in Emacs as an inferior process
dns-lookup-host Look up the DNS information for an IP or host using host.
run-dig and dig Invokes the dig in interactive mode as an inferior process
ftp Very simple wrapper around the commandline tool ftp. You are probably better off with TRAMP for all but low-level system administration.
smbclient and  smbclient-list-shares Runs smbclient as an inferior process or list a hosts’ shares.
finger Runs the finger tool
whois and  whois-reverse-lookup Runs the whois tool but tries to guess the correct WHOIS server. You may have to tweak whois-server-tld and whois-server-list or set whois-guess-server to nil



你可能感兴趣的:(网络,emacs)