Linux Network
14 functions
curlcurl [OPTION]... URLTransfer data from or to a URL.
curl -Xcurl -X METHOD -d DATA URLSend an HTTP request with specified method and data.
wgetwget [OPTION]... URL...Download files from a URL.
sshssh [USER@]HOSTConnect to a remote server via SSH.
scpscp [OPTION]... SOURCE USER@HOST:DESTCopy files over SSH.
pingping [OPTION]... HOSTCheck network connectivity and response time.
netstatnetstat [OPTION]...Display network connections and routing tables.
ssss [OPTION]...Display socket statistics. Replacement for netstat.
ip addrip addr [show]Show network interface addresses.
ip routeip route [show]Show the routing table.
traceroutetraceroute HOSTTrace the packet route and latency to a host.
nslookupnslookup [HOST]Query DNS name servers.
digdig [OPTION]... HOST [TYPE]Perform detailed DNS queries.
rsyncrsync [OPTION]... SRC DESTEfficiently synchronize files.
