I'm twiting

访问统计

free counters

Linux下新建一个用户后tab键不能用的解决办法。

主要是由于创建用户的时候没有指定正确的shell。
用usermod指定shell就可以了,命令是:
usermod -s /bin/bash username
成功后重新登录就可以正常使用tab键了。

另外更好的办法是在创建用户的时候用-s /bin/bash指定。

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>