【已解决】source等命令用不了
Tofloor
poster avatar
fanxzh
deepin
2014-06-12 02:43
Author
如下图,terminal中$前面的东西都没了,并且用source等命令时都显示没有该命令,大神看看是什么原因导致的,谢谢
Reply Favorite View the author
All Replies
woodelf
deepin
2014-06-12 03:19
#1
你当前用户的shell变成了bourne shell,先用chsh命令换成bash。
source是bash的内置命令。
Reply View the author
fanxzh
deepin
2014-06-12 03:41
#2
你当前用户的shell变成了bourne shell,先用chsh命令换成bash。
source是bash的内置命令。
好了,3Q :
Reply View the author