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
相关文章
相关标签/搜索