nerdexam
CompTIA

LX0-104 · Question #260

Which of the following commands is used to deactivate a network interface?

The correct answer is A. ifdown. The ifdown command is typically used on Linux systems to deactivate a network interface, stopping its services and releasing its IP address.

Networking Fundamentals

Question

Which of the following commands is used to deactivate a network interface?

Options

  • Aifdown
  • Bipdown
  • Cnet
  • Dnetdown

How the community answered

(34 responses)
  • A
    88% (30)
  • B
    6% (2)
  • C
    3% (1)
  • D
    3% (1)

Why each option

The `ifdown` command is typically used on Linux systems to deactivate a network interface, stopping its services and releasing its IP address.

AifdownCorrect

The `ifdown` command, often part of the `net-tools` or `ifupdown` package, is specifically designed to deactivate a network interface by taking it offline.

Bipdown

`ipdown` is not a standard command for deactivating network interfaces in Linux.

Cnet

`net` is a general term for networking and not a command to deactivate an interface; `netstat` and `ip` are network commands.

Dnetdown

`netdown` is not a standard command for deactivating network interfaces in Linux.

Concept tested: Network interface management

Source: https://www.man7.org/linux/man-pages/man8/ifup.8.html

Topics

#network interface#ifdown#network administration#command-line tools

Community Discussion

No community discussion yet for this question.

Full LX0-104 Practice