next message in archive
next message in thread
previous message in archive
previous message in thread
Index of Subjects
Index of Subjects On Mar 13, 3:33pm, Gerard MacNeil wrote: } } PROBLEM: '/bin/ping' permissions were -r-xr-x--- } SOLUTION: chmod +x /bin/ping } - PROBLEM: ping: socket: Operation not permitted } - SOLUTION: unresolved } } What is the fix here? ping needs to be setuid root in order to do raw socket operations, i.e. chown root /bin/ping chmod 4111 /bin/ping }-- End of excerpt from Gerard MacNeil
next message in archive
next message in thread
previous message in archive
previous message in thread
Index of Subjects