Log In | Register | April 23, 2024

Share
 

Linux - June 19, 2012

Start, stop, and check the status of network services.

In order to start, stop, or even check the status of any service you would use the utility service.

Lets say you wanted to check the status of the network services. You could simply run

service network status

The above command would let you know if the network status is running or stopped.

You could start the network service by simply doing the following.

service network start

If the network service is already started and you need to restart it you could do the following.

service network restart

To assure that the network service is automatically started on reboot of the machine you would use the chkconfig utility.

chkconfig network on

To check a list of current process set to start automatically you could use.

chkconfig --list

Post By: | FavoriteLoadingAdd to favorites

3 Comments

RHCSA Certification Study Guide | DevBlog.co
Monday, June 25, 2012

[...] Start, stop and check the status of network services [...]

jameel
Wednesday, August 28, 2013

I am preparing for RHCSA, is this content provided is enough under topic Start, stop, and check the status of network services, or is there anything else remaining.

tutorial
Monday, June 17, 2019

Excellent goods from you, man. I’ve remember your stuff prior
to and you’re just too excellent. I really like what you’ve bought right here, certainly like what you’re stating and the way in which by which you are saying
it. You are making it enjoyable and you still care for to keep
it sensible. I can not wait to learn far more from you.
That is actually a tremendous site.

Leave a Comment



Need Help? Ask a Question

Ask anything you want from how to questions to debug. We're here to help.

You Must Be Logged In To Post A Question.

Log In or Register