electricface
deepin
2013-12-03 20:34 试试在命令前面加上 sudo ?或切换到root用户登陆 ,"sudo su"
请参考 http://hi.baidu.com/xoy2129/item/cd6d01 ... 81b611db33
[wls@sas2 wls]$ /sbin/route add -net 134.0.0.0 netmask 255.0.0.0 gw 192.168.20.5 dev eth0
SIOCADDRT: 不允许的操作
[wls@sas2 wls]$ sudo su
Password:
[root@sas2 root]# /sbin/route add -net 134.0.0.0 netmask 255.0.0.0 gw 192.168.20.5 dev eth0
[root@sas2 root]# netstat -rn
Reply Like 0 View the author