Linux sudo自動補全

編輯文件 /etc/bash.bashrcshell

# enable bash completion in interactive shells 
#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then 
# . /etc/bash_completion 
#fi

去掉註釋bash

# enable bash completion in interactive shells 
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then 
 . /etc/bash_completion 
fi
相關文章
相關標籤/搜索