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 -f 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 -f ldap remove
(Provide the command with any options or parameters)
update-rc.d ldap remove
Correct will be “update-rc.d -f ldap remove”
Although it’s a moot point use force option or not.
Thanks.
Hm, I think system is waiting answer without -f option. Sorry for distemper. But you don’t read my next comment…