How can I completely disable the auto complete feature of the BASH shell in Red Hat Enterprise Linux?
Updated -
Release Found: Red Hat Enterprise Linux, all versions
Solution
To disable the auto complete feature of the Bash shell for all the users of the system, you can add the following parameter in the file /etc/inputrc
:
set disable-completion on
After saving the file, users will have to logout and login again for the changes...
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.