Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Software >> OS >> Unix >> Linux >> How to configure auto start for services

1. Use chkconfig utility to add start and stop scripts to /etc/rc.d for the desired run level. eg. To set smb to auto start when entering levels 3, 4, 5 and to auto stop when entering levels 0, 1, 2, 6 # chkconfig --level 345 smb on # chkconfig --level 0126 smb off # chkconfig --list smb
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]