Hans Scheffers wrote:
As normal user I get :
[hans@server hans]$ ifconfig -bash: ifconfig: command not found
Yah. I make that mistake all the time here. The "/sbin" directory is not in the PATH for a normal user. Use
/sbin/ifconfig
as a normal user.