Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
Linux Deepin 2013终端不能history的问题解决
Apps Section
936
views ·
2
replies ·
To
floor
Go
xujian31415
deepin
2014-03-20 06:53
Author
安装好Linux Deepin 2013后发现一个很恶心的问题,终端输入的命令居然不能在关闭后记忆,这让人非常蛋疼,查找后发现原来是配置文件~/.bash_history的权限问题,干脆使用
sudo chmod 777 ~/.bash_history
来解决了,但是刚刚更新google (版本33.0.1750.152)浏览器的时候又弹出什么设置无法读取的问题,不用想肯定是权限问题了,在~/.config/google-chrome/下面文件太多了,只好
rm -R ~/.config/google-chrome
然后重新打开google浏览器,重新登陆了
Reply
Like 0
Favorite
View the author
All Replies
MattD
deepin
2014-03-20 07:47
#1
从LZ能这么随意就给777权限来看,我觉得完全是LZ自己把权限给搞乱了。
我的LD就完全正常。
DeepinScreenshot20140319234621.png
Reply
Like 0
View the author
cxbii
deepin
2014-03-20 17:41
#2
记录的问题,我们内部知道的,这个还是等我们修吧
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Default apps
Popular Events
More
sudo chmod 777 ~/.bash_history
来解决了,但是刚刚更新google (版本33.0.1750.152)浏览器的时候又弹出什么设置无法读取的问题,不用想肯定是权限问题了,在~/.config/google-chrome/下面文件太多了,只好
rm -R ~/.config/google-chrome
然后重新打开google浏览器,重新登陆了