⟩ Which services are enabled at a particular run level in linux server?
With the help of command 'chkconfig -list | grep 5:on' we can list all the service that are enabled in run level5. For other run levels just replace 5 with the respective run level.