nerdexam
CompTIA

LX0-104 · Question #505

Which of the following commands can deconfigure a network interface?

The correct answer is C. ifconfig. The ifconfig command can be used to deconfigure a network interface, traditionally by bringing it down, effectively making it inactive.

Networking Fundamentals

Question

Which of the following commands can deconfigure a network interface?

Options

  • Aipdown
  • Bnet
  • Cifconfig
  • Dnetdown

How the community answered

(29 responses)
  • A
    3% (1)
  • B
    3% (1)
  • C
    86% (25)
  • D
    7% (2)

Why each option

The `ifconfig` command can be used to deconfigure a network interface, traditionally by bringing it down, effectively making it inactive.

Aipdown

ipdown is not a standard Linux command for deconfiguring network interfaces.

Bnet

net is a general term and not a specific command for deconfiguring interfaces; network configuration involves many specific commands.

CifconfigCorrect

The `ifconfig` command (interface configurator) is a traditional Linux utility used to configure, view, and control network interfaces. To deconfigure an interface, an administrator can use `ifconfig <interface_name> down` to disable it, removing its IP address and making it inactive.

Dnetdown

netdown is not a standard Linux command for deconfiguring network interfaces.

Concept tested: Deconfiguring network interfaces using ifconfig.

Source: https://linux.die.net/man/8/ifconfig

Topics

#ifconfig#network interface#network configuration

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice