码迷,mamicode.com
首页 > 其他好文 > 详细

ping: icmp open socket: Operation not permitted 的解决办法

时间:2016-06-08 12:32:45      阅读:438      评论:0      收藏:0      [点我收藏+]

标签:

ping: icmp open socket: Operation not permitted 的解决办法:为ping加上suid即可。

报错时ping的属性:

[root@localhost ~]# ls -l /usr/bin/ping
-rwxr-xr-x 1 root root 44896 Mar 23 18:06 /usr/bin/ping

给ping加上suid:

[root@localhost ~]# chmod u+s /usr/bin/ping

[root@localhost ~]$ ls -l /usr/bin/ping
-rwsr-xr-x 1 root root 44896 Mar 23 18:06 /usr/bin/ping

然后就能正常执行了。

ping: icmp open socket: Operation not permitted 的解决办法

标签:

原文地址:http://www.cnblogs.com/276815076/p/5569400.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!