On Wed, Mar 28, 2012 at 11:59 PM, ShadoX <wineforum-user@xxxxxxxxxx> wrote: > I already noticed that. I tried changing the permission for ping.. well, basically this: > chmod 711 /bin/ping This will NOT do what you want. You need to set both the execute AND read bit in Linux. However, it may be easier to add the user to the gropu that has access to ping. > setcap cap_net_raw=ep /bin/ping Don't know what this does, so I will leave it to others to comment. James