|
You could set the privileges for the ping executable.
Type: which ping
Then use the ls command, with the path you got as output from the previous command, to see ping's current privileges: ls -l /path_to/ping
Check the man page for chmod and commit your existing ping privileges to memory.
|