Raspbian Jessie: ping ‘operation not permitted’

If you get this error trying to ping addresses:

ping: icmp open socket: Operation not permitted

Per this post, chmod ping like this and then it will work as expected.

sudo chmod u+s /bin/ping

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.