proxmox7 debian11 新建用户下tab不能自动补全命令 Post author:admin Post last modified:2021-12-02 Post category:网络人生 Post comments:0评论 查看了 ~/.bashrc 文件,其中已经有 bash_completion 这个插件的启用命令了 输入命令,查看shell命令的执行 echo $SHELL 显示为 /bin/sh 再执行 ln -l /bin/sh 返回为dash 因此将其指向改为bash即可 ln -sf /bin/bash /bin/sh 或运行以下命令,选择no,回车 sudo dpkg-reconfigure dash Tags: debian, debian10, debian11, proxmox, proxmox7, tab, 不能, 命令, 自动补全 发表回复 取消回复CommentEnter your name or username to comment Enter your email address to comment Enter your website URL (optional) 在此浏览器中保存我的显示名称、邮箱地址和网站地址,以便下次评论时使用。 Δ Read more articles Previous Postproxmox debian 中 用户名不在sudoers文件中