Chkconfig

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
m (moved Samba to Chkconfig)
m
Line 1: Line 1:
Samba configuration
+
<code>chkconfig<code> is used to configure the system services.
 +
Use it in the following ways:
  
 +
To make samba run at boot up:
 +
<pre>
 +
$ chkconfig --level 2345 smb on
 +
</pre>
  
To make samba run at boot up, in the terminal type:
+
To show the list of services:
 
+
<pre>
chkconfig --level 2345 smb on
+
$ chkconfig --list
 
+
</pre>
 
+
To show the list of services type:
+
 
+
chkconfig --list
+

Revision as of 08:33, 31 March 2010

chkconfig<code> is used to configure the system services. Use it in the following ways:

To make samba run at boot up:

$ chkconfig --level 2345 smb on

To show the list of services:

$ chkconfig --list
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox