chkconfig

Issues related to configuring your network
Post Reply
doski

chkconfig

Post by doski » 2015/02/18 20:27:11

If i use command chkconfig network on
i become only the prompt

does this mean it's not on?

And how do i get this on at startup?

User avatar
avij
Retired Moderator
Posts: 3046
Joined: 2010/12/01 19:25:52
Location: Helsinki, Finland
Contact:

Re: chkconfig

Post by avij » 2015/02/18 22:28:32

That command will configure the 'network' service to start at startup. It is OK that it did not output anything. "No news is good news".

You can verify the setting with chkconfig --list network. It will probably output something like:

Code: Select all

network        	0:off	1:off	2:on	3:on	4:on	5:on	6:off
3 is the text-only runlevel, 5 is X (graphical), 6 is reboot and 0 is shutdown. You probably don't need to care about runlevels 1, 2 or 4.

Post Reply