Bunun işe yaradığını buldum (yukarıdaki cevaplara benzer ancak bir bükülme ile)
Düzenlenmesi gereken dosya (en azından 12.04 olan benim durumumda) /root/.bashrc idi. Bu benim durumumda mantıklı geliyor, çünkü normal kullanıcı otomatik olarak tamamlanıyordu ama benim kök değildi.
Yine de belirtilen dosyadaki tüm gerekli kodu buldum ama yorum yapıldı:
# 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
Sadece yorum yapılmadı:
# 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
Kurtarıldı ve gayet iyi çalıştı.
Umarım bu birine yardımcı olur.