Redhat Linux command to reload or restart network (you must login as root user):
Stop Network
service network stop
Start Network
service network start
Restart Network
service network restart
OR
/etc/init.d/network restart
service network stop
service network start
service network restart
/etc/init.d/network restart
Comments
Post a Comment