Advertisement
silentziler

ExpandedFSWithWlan0

Sep 4th, 2018
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1. pi@raspberrypi:~ $ df -h
  2. Filesystem Size Used Avail Use% Mounted on
  3. /dev/root 15G 3.3G 11G 24% /
  4. devtmpfs 459M 0 459M 0% /dev
  5. tmpfs 463M 0 463M 0% /dev/shm
  6. tmpfs 463M 6.3M 457M 2% /run
  7. tmpfs 5.0M 4.0K 5.0M 1% /run/lock
  8. tmpfs 463M 0 463M 0% /sys/fs/cgroup
  9. /dev/mmcblk0p1 60M 20M 41M 34% /boot
  10. tmpfs 93M 0 93M 0% /run/user/1000
  11. pi@raspberrypi:~ $ ifconfig -a
  12. eth0 Link encap:Ethernet HWaddr b8:27:eb:7d:89:ee
  13. inet6 addr: fe80::9a2c:d20a:37a4:8a4d/64 Scope:Link
  14. UP BROADCAST MULTICAST MTU:1500 Metric:1
  15. RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  16. TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  17. collisions:0 txqueuelen:1000
  18. RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
  19.  
  20. lo Link encap:Local Loopback
  21. inet addr:127.0.0.1 Mask:255.0.0.0
  22. inet6 addr: ::1/128 Scope:Host
  23. UP LOOPBACK RUNNING MTU:65536 Metric:1
  24. RX packets:384 errors:0 dropped:0 overruns:0 frame:0
  25. TX packets:384 errors:0 dropped:0 overruns:0 carrier:0
  26. collisions:0 txqueuelen:0
  27. RX bytes:31104 (30.3 KiB) TX bytes:31104 (30.3 KiB)
  28.  
  29. wlan0 Link encap:Ethernet HWaddr b8:27:eb:28:dc:bb
  30. inet6 addr: fe80::ba27:ebff:fe28:dcbb/64 Scope:Link
  31. UP BROADCAST MULTICAST MTU:1500 Metric:1
  32. RX packets:261 errors:0 dropped:261 overruns:0 frame:0
  33. TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
  34. collisions:0 txqueuelen:1000
  35. RX bytes:104472 (102.0 KiB) TX bytes:4787 (4.6 KiB)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement