http://qs321.pair.com?node_id=415322


in reply to Making chkconfig's output readable

I don't see what is wrong with chkconfig's output. If you are interested in one specific service you can do either "chkconfig --list someservice" or "chkconfig --list | grep someservice". If you want to know which services run in runlevel 2, you can do "chkconfig --list | grep 2:on".