wireless or lan

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • goldenfish
    New Member
    • Mar 2007
    • 2

    wireless or lan

    Hai linuxian,

    I am newbie to linux.I am using fedora core 4.In linux,how to find the system has wireless or lan.otherwise it has both of these by using shell script.
    how to find it?Please anyone tell me.

    Thank you,
    Goldenfish
  • Motoma
    Recognized Expert Specialist
    • Jan 2007
    • 3236

    #2
    Run ifconfig. Take a look at the man page to see the options you will need to use to get all entries. Wireless devices are typically named wlan# and wired devices are typically labeled eth#.

    Comment

    Working...