Which command will prevent the service ldap from starting on a Debian system in all runlevels, forcing the removal of all symlinks in /etc/rcX.d? (Provide the command with any options or parameters)
Answer: update-rc.d ldap remove
Which command will prevent the service ldap from starting on a Debian system in all runlevels, forcing the removal of all symlinks in /etc/rcX.d? (Provide the command with any options or parameters)
Which command will prevent the service ldap from starting on a Debian system in all runlevels, forcing the removal of all symlinks in /etc/rcX.d? (Provide the command with any options or parameters)
Answer: update-rc.d ldap remove
update-rc.d ldap disable
I believe that the correct is:
update-rc.d ldap remove
~# update-rc.d –help
usage: update-rc.d [-n] [-f] remove
Fernando is correct. “update-rc.d ldap remove” should be the answer.
Thank Fernando & tsrreven. Fixed the answer.