पाया कि यह काम किया (ऊपर के उत्तरों के समान लेकिन एक मोड़ के साथ)
फ़ाइल को संपादित करने की आवश्यकता है (कम से कम मेरे मामले में 12.04 के साथ) /root/.bashrc। यह मेरे मामले में समझ में आता है, यह देखते हुए कि मेरा नियमित उपयोगकर्ता ठीक-ठाक ऑटो कर रहा था लेकिन मेरी जड़ नहीं थी।
वैसे भी उक्त फाइल में मुझे सभी आवश्यक कोड मिल गए थे लेकिन यह टिप्पणी की गई थी:
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
#if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
#. /etc/bash_completion
#fi
बस इस पर टिप्पणी नहीं:
# enable programmable completion features (you don't need to enable
# this, if it's already enabled in /etc/bash.bashrc and /etc/profile
# sources /etc/bash.bashrc).
if [ -f /etc/bash_completion ] && ! shopt -oq posix; then
. /etc/bash_completion
fi
बचाया, और यह ठीक काम किया।
आशा है कि यह किसी की मदद करता है।