How can I get a list of the network interfaces on a Ubuntu machine including wired and wireless?

link|improve this question
feedback

1 Answer

ifconfig

  1. Go to the terminal (Press Ctrl+Alt+T)
  2. Type ifconfig and press Enter.

This is analogous to ipconfig /all in Windows.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.