Advertisement
Guest User

Untitled

a guest
Aug 18th, 2011
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. To run a command as administrator (user "root"), use "sudo <command>".
  2. See "man sudo_root" for details.
  3.  
  4. alex@alex-Satellite-L755:~$ ifconfig
  5. eth0 Link encap:Ethernet HWaddr e8:9a:8f:88:1a:2b
  6. inet addr:192.168.1.16 Bcast:192.168.1.255 Mask:255.255.255.0
  7. inet6 addr: fe80::ea9a:8fff:fe88:1a2b/64 Scope:Link
  8. UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
  9. RX packets:87869 errors:0 dropped:0 overruns:0 frame:0
  10. TX packets:58794 errors:0 dropped:0 overruns:0 carrier:3
  11. collisions:0 txqueuelen:1000
  12. RX bytes:126957575 (126.9 MB) TX bytes:4485635 (4.4 MB)
  13. Interrupt:43
  14.  
  15. lo Link encap:Local Loopback
  16. inet addr:127.0.0.1 Mask:255.0.0.0
  17. inet6 addr: ::1/128 Scope:Host
  18. UP LOOPBACK RUNNING MTU:16436 Metric:1
  19. RX packets:24 errors:0 dropped:0 overruns:0 frame:0
  20. TX packets:24 errors:0 dropped:0 overruns:0 carrier:0
  21. collisions:0 txqueuelen:0
  22. RX bytes:1440 (1.4 KB) TX bytes:1440 (1.4 KB)
  23.  
  24. alex@alex-Satellite-L755:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement