Please correct these errors in the documentation page

Latest response

Hi,

I noticed an error in the documentation page titled "31.5. BLACKLISTING A MODULE" https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/blacklisting_a_module

In the third snap shot here, it is mentioned as :

install <module_name> /bin/true
Bash

It should be rather

install <module_name> /bin/false

and also don't understand the requirement of the word "Bash" in the second line. This should be corrected.

Thanks,
Sadashiva Murthy M

Responses

I think I've understood that a bit late. It is just the binary that gets executed instead of installing the module, so it doesn't matter whether it is /bin/false or /bin/true, it would just skips module and executes the binary. The procedure to blacklist a module is well explained in this KB https://access.redhat.com/solutions/41278

Close

Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.