|
|
 |
How To Guide
Testing the customizations
Testing Control-C on default console
|
|
Testing Control-C on default console
To check that Control-C works correctly, enter:
target# ping -c 60 mo PING mo.bri.st.com (164.129.14.212) 56(84) bytes of data. 64 bytes from mo.bri.st.com (164.129.14.212): icmp_seq=1 ttl=64 time=0.254 ms 64 bytes from mo.bri.st.com (164.129.14.212): icmp_seq=2 ttl=64 time=0.229 ms 64 bytes from mo.bri.st.com (164.129.14.212): icmp_seq=3 ttl=64 time=0.221 ms 64 bytes from mo.bri.st.com (164.129.14.212): icmp_seq=4 ttl=64 time=0.225 ms 64 bytes from mo.bri.st.com (164.129.14.212): icmp_seq=5 ttl=64 time=0.223 ms |
|
|
Press Control-C whilst ping is running. An output similar to the following should be displayed:
--- mo.bri.st.com ping statistics --- 5 packets transmitted, 5 received, 0% packet loss, time 4042ms rtt min/avg/max/mdev = 0.221/0.230/0.254/0.018 ms target# |
|
|
Verify that ping received the signal and has terminated.
|