Linux commands: Difference between revisions

Jump to navigation Jump to search
90 bytes added ,  3 September 2013
m
Line 68: Line 68:
== network ==
== network ==
show ip
show ip
* ifconfig ({{Linux}})<ref>[http://linux.vbird.org/linux_server/0140networkcommand.php#ifconfig 鳥哥的 Linux 私房菜 -- Linux 常用網路指令介紹]</ref><ref>bash: ifconfig: command not found [http://phorum.study-area.org/index.php?topic=47045.0 無法使用ifconfig指令?] 先加上 {{kbd | key = su -l}}指令</ref>
* {{kbd | key=<nowiki>ifconfig</nowiki>}} ({{Linux}})<ref>[http://linux.vbird.org/linux_server/0140networkcommand.php#ifconfig 鳥哥的 Linux 私房菜 -- Linux 常用網路指令介紹]</ref><ref>bash: ifconfig: command not found [http://phorum.study-area.org/index.php?topic=47045.0 無法使用ifconfig指令?] 先加上 {{kbd | key = su -l}}指令</ref>
* ipconfig/all ({{Win}})
* {{kbd | key=<nowiki>ipconfig/all</nowiki>}} ({{Win}})


ping {{exclaim}} You may got no response if the server was disabled the ICMP (Internet Control Message Protocol) response.
ping {{exclaim}} You may got no response if the server was disabled the ICMP (Internet Control Message Protocol) response.
* ping ''domain_or_ip '' ({{Linux}})
* {{kbd | key=ping ''domain_or_ip ''}} ({{Linux}})
* ping ''domain_or_ip '' -t ({{Win}})
* {{kbd | key=ping ''domain_or_ip '' -t}} ({{Win}})


whois: search the information of domain (related: [[Domain Name Register]])
whois: search the information of domain (related: [[Domain Name Register]])

Navigation menu