Linux_FoundationLinux_Foundation
LFCS · Question #505
LFCS Question #505: Real Exam Question with Answer & Explanation
The correct answer is C: ifconfig. The ifconfig command can be used to both configure and deconfigure a network interface.
Submitted by luis.pe· Apr 18, 2026Networking
Question
Which of the following commands can deconfigure a network interface?
Options
- Aipdown
- Bnet
- Cifconfig
- Dnetdown
Explanation
The ifconfig command can be used to both configure and deconfigure a network interface.
Common mistakes.
- A.
ipdownis not a standard Linux command for deconfiguring interfaces. - B.
netis a generic term and not a specific command for interface deconfiguration. - D.
netdownis not a standard Linux command for deconfiguring interfaces.
Concept tested. Network interface configuration (ifconfig)
Reference. https://man7.org/linux/man-pages/man8/ifconfig.8.html
Topics
#networking#network interfaces#ifconfig#command-line tools
Community Discussion
No community discussion yet for this question.