Switch to Bing in English
Copilot
Your everyday AI companion
About 87,100 results
Open links in new tab
  1. ifconfig - configure a network interface

    Synopsis

    ifconfig [-v] [-a] [-s] [interface]
    ifconfig [-v] interface [aftype] options | address ...

    Options

    ifconfig commands accepts following options and arguments:

    -a display all interfaces which are currently available, even if down

    -s display a short list (like netstat -i)

    -v be more verbose for some error conditions

    interface
    The name of the interface. This is usually a driver name followed by a unit number, for example eth0 for the first Ethernet interface. If your kernel supports alias interfaces, you can specify them with eth0:0 for the first alias of eth0. You can use them to assign a second address. To delete an alias interface use ifconfig eth0:0 down. Note: for every scope (i.e. same net with address/netmask combination) all aliases are deleted, if you delete the first (primary).
    Content Under CC-BY-SA license
    Was this helpful?
  2. ifconfigコマンドの詳細まとめました【Linuxコマンド集】

  3. Linux ifconfig Command | Linuxize

    WEBJun 28, 2021 · ifconfig (interface configuration) is a network management tool. It is used to configure and view the status of the network interfaces in Linux operating systems. With ifconfig, you can assign IP addresses, enable or disable interfaces, manage ARP cache, routes, and more. In …

  4. People also ask
  5. Linux ifconfig Command Explained With 19 Practical Examples

  6. WEBNov 6, 2021 · ifconfig is used to configure the system's kernel -resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it is usually only needed when debugging, or when system tuning is needed. If no arguments are given, ifconfig displays the status of the …

  7. ifconfig command in Linux with Examples - Online Tutorials ...

  8. How to Use ifconfig Command in Linux (with examples)

  9. WEBThe ifconfig command gives you the ability to configure network interfaces. Of course, you can also fetch information related to network interfaces with this tool. Following is its syntax: ifconfig [-v] [-a] [-s] [interface] ifconfig [-v] interface [aftype] options | address ... And here's how the tool's man …

By using this site you agree to the use of cookies for analytics, personalized content, and ads.Learn more about third party cookies|Microsoft Privacy Policy