Guide to Unix/Commands/Networking

From Wikibooks, open books for an open world
Jump to navigation Jump to search

ifconfig[edit | edit source]

Configures a network interface.

Links:

ifdown[edit | edit source]

Brings a network interface down. See also #ifup.

Links:

ifup[edit | edit source]

Brings a network interface up. See also #ifdown.

Links:

ping[edit | edit source]

Sends ICMP packets to network hosts, mostly to see whether they are up.

Examples:

  • ping www.wikibooks.org

Links: