พบว่าสิ่งนี้ทำงานได้ (คล้ายกับคำตอบข้างต้น แต่มีการบิด)
ไฟล์ที่ต้องแก้ไข (อย่างน้อยในกรณีของฉันกับ 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
บันทึกแล้วมันใช้ได้ดี
หวังว่านี่จะช่วยใครซักคน