Kaspersky Embedded Systems Security for Linux
Enabling automatic addition of kess-control commands (bash completion)
Kess-control commands can be automatically added for the bash shell.
To enable automatic addition of kess-control commands in the current bash shell session, run the following command:
source /opt/kaspersky/kess/shared/bash_completion.sh
To enable automatic addition for all new bash shell sessions, run the following command:
echo "source /opt/kaspersky/kess/shared/bash_completion.sh" >> ~/.bashrc