Thursday, February 9, 2012

Restart Linux Network Service

Login as root user:


RHEL command to restart network.


# service network restart
OR
# /etc/init.d/network restart


To start Linux network service:
# service network start


To stop Linux network service:
# service network stop

No comments:

Post a Comment