Dec 2, 2002 #1 rgoud IS-IT--Management May 9, 2002 21 US Hi list, I am getting the following error when I try ping /usr/sbin/ping hostname ping: socket: Permission denied. This looks something related to security which needs to be enabled, could someone shed some light on this please. Thanks
Hi list, I am getting the following error when I try ping /usr/sbin/ping hostname ping: socket: Permission denied. This looks something related to security which needs to be enabled, could someone shed some light on this please. Thanks
Dec 31, 2002 #2 minkie Technical User Oct 7, 2002 8 GB check that the permissions on the ping binary are setuid root: chmod u+s /usr/sbin/ping ls -l should look like this: -r-sr-xr-x Upvote 0 Downvote
check that the permissions on the ping binary are setuid root: chmod u+s /usr/sbin/ping ls -l should look like this: -r-sr-xr-x