Chinaunix首页 | 论坛 | 博客
  • 博客访问: 811591
  • 博文数量: 172
  • 博客积分: 3836
  • 博客等级: 中校
  • 技术积分: 1988
  • 用 户 组: 普通用户
  • 注册时间: 2011-02-10 14:59
文章分类

全部博文(172)

文章存档

2014年(2)

2013年(1)

2012年(28)

2011年(141)

分类:

2011-07-27 16:01:46

在原来的称呼模式可以使用tab键,但是切换到root模式下就不行了。比较了一下两个用户的.bashrc,结果发现真有不一样的。在root的.bashrc里面加上就可以了。

if [ -f /etc/bash_completion ] && ! shopt -oq posix;  then      
    . /etc/bash_completion
fi

阅读(734) | 评论(0) | 转发(1) |
给主人留下些什么吧!~~