Ubuntu:为什么当程序编辑 bash_profile 时会遇到权限被拒绝错误

Ubuntu:为什么当程序编辑 bash_profile 时会遇到权限被拒绝错误

我正在尝试安装SugarLabs(一个python项目),过程中有一个命令:

./osbuild shell  

返回此输出:

id: cannot find name for user ID 1001
id: cannot find name for group ID 1001
id: cannot find name for user ID 1001
/bin/bash: /home/broot/.bash_profile: Permission denied
/bin/bash: /home/broot/sugar-build/osbuild: Permission denied

它尝试编辑 bash_profile 或类似的东西。

我该如何解决这个问题?

我尝试过这个:

ls -la ~ | grep bash

这是我得到的:

-rw-rw-r--    1 username username         21 Jun 14  2016 .bash_aliases
-rw-------    1 username username       4419 Jun  8  2016 .bash_history
-rw-r--r--    1 username username        220 May 21  2016 .bash_logout
-rw-r--r--    1 username username       3486 May 21  2016 .bashrc

这里没有 .bash_profile

需要这方面的帮助!

相关内容