Kaspersky Standard | Plus | Premium
How to enable autocomplete of the kfl-control command (bash completion)
You can enable autocompletion for the kfl-control command in bash.
To enable autocompletion of kfl-control commands in the current bash session, run the following command:
source /opt/kaspersky/kfl/shared/bash_completion.sh
To enable autocomplete for all new bash sessions, run the following command:
echo "source /opt/kaspersky/kfl/shared/bash_completion.sh" >> ~/.bashrc