> For the complete documentation index, see [llms.txt](https://datacbc.gitbook.io/index/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://datacbc.gitbook.io/index/chang-jian-wen-ti/yun-xing-yu-an-zhuang-guo-cheng-zhong-de-chang-jian-wen-ti-yu-jie-jue-fang-an.md).

# 运行与安装过程中的常见问题与解决方案

## -bash: ./init.sh: Permission denied

如果运行可执行文件出现权限不足（-bash: ./init.sh: Permission denied）的情况，可执行下面的命令添加权限进行解决（此处是init.sh文件权限不足，其他的可执行文件改成自己的名字）：

```
chmod +x init.sh
```

![](/files/E4kykFJTPllLY7VCK6zZ)
