Enabling automatic addition of kics-control commands (bash completion)

Kics-control commands can be automatically added for the bash shell.

To disable automatic addition of kics-control commands in the current bash shell session, run the following command:

source /opt/kaspersky/kics/shared/bash_completion.sh

To enable automatic addition for all new bash shell sessions, run the following command:

echo "source /opt/kaspersky/kics/shared/bash_completion.sh" >> ~/.bashrc

Page top