📜  自动补全在 kali 上的 root 中不起作用 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:03.986000             🧑  作者: Mango

代码示例1
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.