Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

autocompletion not working in root on kali



Check your /root/.bashrc file for these lines

if [ -f /etc/bash_completion ]; then
  . /etc/bash_completion
fi

If they do not exist add them to the end of the file using your favorite text editor.
Source by askubuntu.com #
 
PREVIOUS NEXT
Tagged: #autocompletion #working #root #kali
ADD COMMENT
Topic
Name
8+8 =