Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 4th, 2012  |  syntax: None  |  size: 0.63 KB  |  hits: 58  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. [mike@bridgelinux ~]$ ip link show
  2. 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN mode DEFAULT
  3.     link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
  4. 2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP mode DEFAULT qlen 1000
  5.     link/ether 1c:75:08:2b:56:e1 brd ff:ff:ff:ff:ff:ff
  6. 3: wlan0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc mq state DOWN mode DORMANT qlen 1000
  7.     link/ether 4c:0f:6e:55:de:d7 brd ff:ff:ff:ff:ff:ff
  8. [mike@bridgelinux ~]$ ip link set wlan0 up
  9. RTNETLINK answers: Operation not permitted
  10. [mike@bridgelinux ~]$ sudo ip link set wlan0 up
  11. [mike@bridgelinux ~]