Linux Administrator Question:
Download Job Interview Questions and Answers PDF
Which services are enabled at a particular run level in linux server?
Answer:
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.
Download Linux Administrator Interview Questions And Answers
PDF
Previous Question | Next Question |
How to enable a service at a particular run level? | How to check which ports are listening in my Linux Server? |