linux中存在一些 只有超级用户才能用到的指令  

比如

      ifconfig    lsmod  ...等等

解决方法

      su  -  root   完全切换到超级用户

      su或su root  并不是完全切换   !