How to Start, Stop and Restart Linux Network Service

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

Comments