The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 10-23-2006
[MA]Flying_Meat [MA]Flying_Meat is offline
Registered User
 

Join Date: Sep 2002
Location: San Fran
Posts: 105
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.
Reply With Quote