Prepare for the COMPTIA A+ Exam. Test your knowledge with our flashcards and multiple choice questions, complete with hints and explanations. Ensure you're ready for exam day!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


What is the purpose of the 'iwconfig' command in Linux?

  1. To view the status of wireless network interfaces

  2. To configure wireless networks

  3. To display all wireless connections

  4. To disable wireless interfaces

The correct answer is: To view the status of wireless network interfaces

The 'iwconfig' command is used specifically to view the status of wireless network interfaces in Linux. This means that it shows information such as the connection strength, bit rate, and signal quality of wireless networks that are currently in use. It also displays the configurations of the interfaces, such as the SSID and security settings. Option B is incorrect because it is the 'ifconfig' command that is used for configuring wireless networks. Option C is incorrect because 'iwconfig' only shows the status of currently connected networks, not all wireless connections available. Option D is incorrect because disabling wireless interfaces is done through a different command, 'rfkill'.