【发布时间】:2020-10-04 06:25:23
【问题描述】:
我有一个在 ec2-linux 机器上运行的 dot net core nopcommerce 应用程序,我处于 root 模式,我收到了这个错误。
The 'ip-10-8-2-66\root' account is not granted with Modify permission on folder '/home/ec2-user/dependent-linux-x64/bin'. Please configure these permissions
The 'ip-10-8-2-66\root' account is not granted with Modify permission on folder '/home/ec2-user/dependent-linux-x64/logs'. Please configure these permissions.
dependent-linux-x64 是在依赖于 linux-x64 的框架中发布的 nopcommerce。
我正在获取 localhost:5000/install 页面,这意味着应用程序正在运行。我还为数据库连接字符串安装了 mysql,但我无法解决上述问题。
我使用了以下命令
chmod +x dependent-linux-x64 处于 root 模式,但仍然存在上述问题。
【问题讨论】:
-
请运行
ls -l /home/ec3-user/dependent-linux-x64并查看用户及其权限
标签: asp.net .net linux amazon-web-services nopcommerce