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
You must be logged in to post a comment.
update-rc.d ldap disable
0
0
I believe that the correct is:
update-rc.d ldap remove
~# update-rc.d –help
usage: update-rc.d [-n] [-f] remove
0
0
Fernando is correct. “update-rc.d ldap remove” should be the answer.
0
0
Thank Fernando & tsrreven. Fixed the answer.
0
0