Which chkconfig command will display whether or not the service ldap is configured to start in each runlevel?
(Provide the command and any options or parameters)
Answer: chkconfig —list ldap
Which chkconfig command will display whether or not the service ldap is configured to start in each runlevel?
(Provide the command and any options or parameters)
Which chkconfig command will display whether or not the service ldap is configured to start in each runlevel?
(Provide the command and any options or parameters)
Answer: chkconfig —list ldap
it should be double dash, “chkconfig -–list ldap”
http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/6/html/Deployment_Guide/s2-services-chkconfig.html
Thanks tsrreven very much,
there are something wrong when display some characters on web.
I write “–” but it just show “-” :), so I have to write “—” to display “—“.
Fixed.