1 |
|
---|
2 | Welcome to the Haiku shell.
|
---|
3 |
|
---|
4 | ~> ping -C 10 google.com
|
---|
5 | ping: invalid option -- C
|
---|
6 | usage: ping [-DdfLnqRrv] [-c count] [-I ifaddr] [-i wait]
|
---|
7 | [-l preload] [-p pattern] [-s packetsize] [-t ttl] [-w maxwait] host
|
---|
8 | ~> ping -c 10 google.com
|
---|
9 | error: unknown host: google.com
|
---|
10 | ~> ping -c 10 127.0.0.1
|
---|
11 | PING 127.0.0.1 (127.0.0.1): 56 data bytes
|
---|
12 | 64 bytes from 127.0.0.1: icmp_seq=0 ttl=254 time=0.352 ms
|
---|
13 | 64 bytes from 127.0.0.1: icmp_seq=1 ttl=254 time=0.030 ms
|
---|
14 | 64 bytes from 127.0.0.1: icmp_seq=2 ttl=254 time=0.025 ms
|
---|
15 | 64 bytes from 127.0.0.1: icmp_seq=3 ttl=254 time=0.024 ms
|
---|
16 | 64 bytes from 127.0.0.1: icmp_seq=4 ttl=254 time=0.024 ms
|
---|
17 | 64 bytes from 127.0.0.1: icmp_seq=5 ttl=254 time=0.024 ms
|
---|
18 | 64 bytes from 127.0.0.1: icmp_seq=6 ttl=254 time=0.025 ms
|
---|
19 | 64 bytes from 127.0.0.1: icmp_seq=7 ttl=254 time=0.024 ms
|
---|
20 | 64 bytes from 127.0.0.1: icmp_seq=8 ttl=254 time=0.025 ms
|
---|
21 | 64 bytes from 127.0.0.1: icmp_seq=9 ttl=254 time=0.025 ms
|
---|
22 | --- 127.0.0.1 ping statistics ---
|
---|
23 | 10 packets transmitted, 10 packets received, 0% packet loss
|
---|
24 | round-trip min/avg/max/std-dev = 0.024/0.057/0.352/2.428 ms
|
---|
25 | ~> ifconfig
|
---|
26 | loop Hardware Type: Local Loopback, Address: none
|
---|
27 | inet addr: 127.0.0.1, Mask: 255.0.0.0
|
---|
28 | MTU: 16384, Metric: 0, up loopback link
|
---|
29 | Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
|
---|
30 | Transmit: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
|
---|
31 | Collisions: 0
|
---|
32 |
|
---|
33 | /dev/net/rtl8169/0
|
---|
34 | Hardware Type: Ethernet, Address: 00:1f:d0:9f:93:6d
|
---|
35 | inet addr: 169.254.0.174, Bcast: 169.254.255.255, Mask: 255.255.0.0
|
---|
36 | MTU: 1500, Metric: 0, up broadcast auto-configured
|
---|
37 | Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
|
---|
38 | Transmit: 9 packets, 0 errors, 2664 bytes, 0 mcasts, 0 dropped
|
---|
39 | Collisions: 0
|
---|
40 |
|
---|
41 | ~> ifconfig
|
---|
42 | loop Hardware Type: Local Loopback, Address: none
|
---|
43 | inet addr: 127.0.0.1, Mask: 255.0.0.0
|
---|
44 | MTU: 16384, Metric: 0, up loopback link
|
---|
45 | Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
|
---|
46 | Transmit: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
|
---|
47 | Collisions: 0
|
---|
48 |
|
---|
49 | /dev/net/rtl8169/0
|
---|
50 | Hardware Type: Ethernet, Address: 00:1f:d0:9f:93:6d
|
---|
51 | inet addr: 192.168.1.33, Bcast: 192.168.1.255, Mask: 255.255.255.0
|
---|
52 | MTU: 1500, Metric: 0, up broadcast auto-configured
|
---|
53 | Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
|
---|
54 | Transmit: 9 packets, 0 errors, 2664 bytes, 0 mcasts, 0 dropped
|
---|
55 | Collisions: 0
|
---|
56 |
|
---|
57 | ~> ~> ifconfig
|
---|
58 | sh: /boot/home: is a directory
|
---|
59 | ~> loop Hardware Type: Local Loopback, Address: none
|
---|
60 | sh: loop: command not found
|
---|
61 | ~> inet addr: 127.0.0.1, Mask: 255.0.0.0
|
---|
62 | sh: inet: command not found
|
---|
63 | ~> MTU: 16384, Metric: 0, up loopback link
|
---|
64 | sh: MTU:: command not found
|
---|
65 | ~> Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
|
---|
66 | sh: Receive:: command not found
|
---|
67 | ~> Transmit: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
|
---|
68 | sh: Transmit:: command not found
|
---|
69 | ~> Collisions: 0
|
---|
70 | sh: Collisions:: command not found
|
---|
71 | ~>
|
---|
72 | ~> /dev/net/rtl8169/0
|
---|
73 | sh: /dev/net/rtl8169/0: Device/File/Resource busy
|
---|
74 | ~> Hardware Type: Ethernet, Address: 00:1f:d0:9f:93:6d
|
---|
75 | sh: Hardware: command not found
|
---|
76 | ~> inet addr: 169.254.0.174, Bcast: 169.254.255.255, Mask: 255.255.0.0
|
---|
77 | sh: inet: command not found
|
---|
78 | ~> MTU: 1500, Metric: 0, up broadcast auto-configured
|
---|
79 | sh: MTU:: command not found
|
---|
80 | ~> Receive: 0 packets, 0 errors, 0 bytes, 0 mcasts, 0 dropped
|
---|
81 | sh: Receive:: command not found
|
---|
82 | ~> Transmit: 9 packets, 0 errors, 2664 bytes, 0 mcasts, 0 dropped
|
---|
83 | sh: Transmit:: command not found
|
---|
84 | ~> Collisions: 0
|
---|
85 | sh: Collisions:: command not found
|
---|
86 | ~> listdev
|
---|
87 |
|
---|
88 | device Bridge (Host bridge) [6|0|0]
|
---|
89 | vendor 1022: Advanced Micro Devices [AMD]
|
---|
90 | device 1103: K8 [Athlon64/Opteron] Miscellaneous Control
|
---|
91 |
|
---|
92 | device Bridge (Host bridge) [6|0|0]
|
---|
93 | vendor 1022: Advanced Micro Devices [AMD]
|
---|
94 | device 1102: K8 [Athlon64/Opteron] DRAM Controller
|
---|
95 |
|
---|
96 | device Bridge (Host bridge) [6|0|0]
|
---|
97 | vendor 1022: Advanced Micro Devices [AMD]
|
---|
98 | device 1101: K8 [Athlon64/Opteron] Address Map
|
---|
99 |
|
---|
100 | device Bridge (Host bridge) [6|0|0]
|
---|
101 | vendor 1022: Advanced Micro Devices [AMD]
|
---|
102 | device 1100: K8 [Athlon64/Opteron] HyperTransport Technology Configuration
|
---|
103 |
|
---|
104 | device Serial bus controller (USB Controller, OHCI) [c|3|10]
|
---|
105 | vendor 1002: ATI Technologies Inc
|
---|
106 | device 4399: SB700/SB800 USB OHCI2 Controller
|
---|
107 |
|
---|
108 | device Serial bus controller (FireWire (IEEE 1394), OHCI) [c|0|10]
|
---|
109 | vendor 104c: Texas Instruments
|
---|
110 | device 8024: TSB43AB23 IEEE-1394a-2000 Controller (PHY/Link)
|
---|
111 |
|
---|
112 | device Bridge (PCI bridge, Subtractive decode) [6|4|1]
|
---|
113 | vendor 1002: ATI Technologies Inc
|
---|
114 | device 4384: SBx00 PCI to PCI Bridge
|
---|
115 |
|
---|
116 | device Bridge (ISA bridge) [6|1|0]
|
---|
117 | vendor 1002: ATI Technologies Inc
|
---|
118 | device 439d: SB700/SB800 LPC host controller
|
---|
119 |
|
---|
120 | device Multimedia controller (Audio device) [4|3|0]
|
---|
121 | vendor 1002: ATI Technologies Inc
|
---|
122 | device 4383: SBx00 Azalia (Intel HDA)
|
---|
123 |
|
---|
124 | device Mass storage controller (IDE interface) [1|1|8a]
|
---|
125 | vendor 1002: ATI Technologies Inc
|
---|
126 | device 439c: SB700/SB800 IDE Controller
|
---|
127 |
|
---|
128 | device Serial bus controller (SMBus) [c|5|0]
|
---|
129 | vendor 1002: ATI Technologies Inc
|
---|
130 | device 4385: SBx00 SMBus Controller
|
---|
131 |
|
---|
132 | device Serial bus controller (USB Controller, EHCI) [c|3|20]
|
---|
133 | vendor 1002: ATI Technologies Inc
|
---|
134 | device 4396: SB700/SB800 USB EHCI Controller
|
---|
135 |
|
---|
136 | device Serial bus controller (USB Controller, OHCI) [c|3|10]
|
---|
137 | vendor 1002: ATI Technologies Inc
|
---|
138 | device 4398: SB700 USB OHCI1 Controller
|
---|
139 |
|
---|
140 | device Serial bus controller (USB Controller, OHCI) [c|3|10]
|
---|
141 | vendor 1002: ATI Technologies Inc
|
---|
142 | device 4397: SB700/SB800 USB OHCI0 Controller
|
---|
143 |
|
---|
144 | device Serial bus controller (USB Controller, EHCI) [c|3|20]
|
---|
145 | vendor 1002: ATI Technologies Inc
|
---|
146 | device 4396: SB700/SB800 USB EHCI Controller
|
---|
147 |
|
---|
148 | device Serial bus controller (USB Controller, OHCI) [c|3|10]
|
---|
149 | vendor 1002: ATI Technologies Inc
|
---|
150 | device 4398: SB700 USB OHCI1 Controller
|
---|
151 |
|
---|
152 | device Serial bus controller (USB Controller, OHCI) [c|3|10]
|
---|
153 | vendor 1002: ATI Technologies Inc
|
---|
154 | device 4397: SB700/SB800 USB OHCI0 Controller
|
---|
155 |
|
---|
156 | device Mass storage controller (SATA controller, AHCI 1.0) [1|6|1]
|
---|
157 | vendor 1002: ATI Technologies Inc
|
---|
158 | device 4391: SB700/SB800 SATA Controller [AHCI mode]
|
---|
159 |
|
---|
160 | device Network controller (Ethernet controller) [2|0|0]
|
---|
161 | vendor 10ec: Realtek Semiconductor Co., Ltd.
|
---|
162 | device 8168: RTL8111/8168B PCI Express Gigabit Ethernet controller
|
---|
163 |
|
---|
164 | device Bridge (PCI bridge, Normal decode) [6|4|0]
|
---|
165 | vendor 1022: Advanced Micro Devices [AMD]
|
---|
166 | device 9609: RS780 PCI to PCI bridge (PCIE port 5)
|
---|
167 |
|
---|
168 | device Multimedia controller (Audio device) [4|3|0]
|
---|
169 | vendor 1002: ATI Technologies Inc
|
---|
170 | device 960f: RS780 Azalia controller
|
---|
171 |
|
---|
172 | device Display controller (VGA compatible controller, VGA controller) [3|0|0]
|
---|
173 | vendor 1002: ATI Technologies Inc
|
---|
174 | device 9610: Radeon HD 3200 Graphics
|
---|
175 |
|
---|
176 | device Bridge (PCI bridge, Normal decode) [6|4|0]
|
---|
177 | vendor 1022: Advanced Micro Devices [AMD]
|
---|
178 | device 9602: RS780 PCI to PCI bridge (int gfx)
|
---|
179 |
|
---|
180 | device Bridge (Host bridge) [6|0|0]
|
---|
181 | vendor 1022: Advanced Micro Devices [AMD]
|
---|
182 | device 9600: RS780 Host Bridge
|
---|
183 | ~>
|
---|