Merge branch 'dr-ota' of github.com:drowe67/pirip into dr-ota

pull/6/head
David Rowe 2021-10-06 08:53:50 +10:30
commit 8e25e2c1f6
1 changed files with 2 additions and 2 deletions

View File

@ -84,9 +84,9 @@ Service scripts have been written to wrap up the complex command lines.
```
Then start the Terminal 1 `ping` service:
```
laptop$ sudo ./ping start_loopback 6
laptop$ sudo ./ping start 6
```
... will send 6 packets, 10 seconds apart (a 1 minute total run time). Look at /var/log/ping for results.
... will send 6 packets, 10 seconds apart (a 1 minute total run time). Look at `/var/log/ping` for results.
# Useful Command Lines