Linux常用命令: 網(wǎng)絡(luò)管理

放心~被指到的人一定能學(xué)會(huì)的~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~?
ping
向網(wǎng)絡(luò)主機(jī)發(fā)送回顯請(qǐng)求包,用來(lái)判斷網(wǎng)絡(luò)連通性
ifconfig
網(wǎng)卡配置工具
ssh
用于安全遠(yuǎn)程登錄的SSH協(xié)議
可以用來(lái)登錄遠(yuǎn)程主機(jī)或執(zhí)行命令
wget
從網(wǎng)絡(luò)服務(wù)下載文件
支持HTTP/HTTPS/FTP
?
1. ping
Send ICMP ECHO_REQUEST packets to network hosts.
向網(wǎng)絡(luò)主機(jī)發(fā)送回顯請(qǐng)求包,用來(lái)判斷網(wǎng)絡(luò)連通性
??Ping host(ping主機(jī)):
??Ping a host only a specific number of times(ping主機(jī)指定次數(shù)):
??Ping host, specifying the interval in seconds between requests (default is 1 second)(ping主機(jī)指定請(qǐng)求間隔):
??Also display a message if no response was received(顯示未接收信息):
2. ifconfig
Network Interface Configurator.
網(wǎng)卡配置工具
??View network settings of an ethernet adapter(查看網(wǎng)卡驅(qū)動(dòng)信息):
??Display details of all interfaces, including disabled interfaces(顯示所有網(wǎng)卡信息,包括不可用):
??Disable eth0 interface(關(guān)閉指定網(wǎng)卡):
??Enable eth0 interface(啟用指定網(wǎng)卡):
??Assign IP address to eth0 interface(給網(wǎng)卡設(shè)置IP地址,非永久):
3. ssh
Secure Shell is a protocol used to securely log onto remote systems.
用于安全遠(yuǎn)程登錄的SSH協(xié)議
It can be used for logging or executing commands on a remote server.
可以用來(lái)登錄遠(yuǎn)程主機(jī)或執(zhí)行命令
??Connect to a remote server(連接遠(yuǎn)程主機(jī)):
??Connect to a remote server with a specific identity (private key)(使用私鑰連接遠(yuǎn)程主機(jī)):
??Connect to a remote server using a specific port(遠(yuǎn)程登錄時(shí)指定ssh服務(wù)端口):
??Run a command on a remote server(在遠(yuǎn)程主機(jī)上執(zhí)行命令):
4. wget
Download files from the Web.
從網(wǎng)絡(luò)服務(wù)下載文件
Supports HTTP, HTTPS, and FTP.
支持HTTP/HTTPS/FTP
??Download the contents of an URL to a file (named "foo" in this case)(下載指定文件):
??Download the contents of an URL to a file (named "bar" in this case)(下載指定文件,重命名):
??Continue an incomplete download(繼續(xù)下載指定連接):
??Download all URLs stored in a text file to a specific directory(下載文件中的所有內(nèi)容到指定目錄):

?
自學(xué)筆記~
如果有錯(cuò)~
期待大佬指出~
感謝幫助提升~?