ping: socket: Operation not allowed – Solution!
Briefly and succinctly on the topic. I ran into a little problem with executing the command ping on the user.
From the root account there was no problem.
Below is a very quick solution.
To solve the ping problem I used the command (made under the root user):
1 | chmod u+s `which ping` |
That's all!