CentOS - List of Services Start in Particular Run Level April 17, 2012 Get link Facebook X Pinterest Email Other Apps You can use chkconfig --list to get the list of services which start in particular run level. Example: [code]chkconfig --list[/code] To grep specific services: [code]chkconfig --list | grep mysqld[/code] Comments
Comments
Post a Comment