Answers for "autocompletion not working in root on kali"

0

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.
Posted by: Guest on September-07-2020

Code answers related to "autocompletion not working in root on kali"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language