请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

bash: log.out: Permission denied

进行人脸识别程序到

nohup python3 -c "from app import app;" > log.out 2>&1 &

出现

root@emos-app-setting:/demo# bash: log.out: Permission denied
[1]+  Exit 1             nohup python3 -c "from app import app;" > log.out 2>&1

我试过chmod777更改log.out的权限,但发现不是这个问题。
老师请问这要怎么解?


另外,我也操作过以下指令

nohup python3 -c "from app import app;" &
nohup python3 -c "from app import app;" > /dev/null 2>&1 &

以上的结果仍跳出Exit

正在回答 回答被采纳积分+3

1回答

神思者 2021-08-12 18:49:05

检查当前目录有没有python程序

0 回复 有任何疑惑可以回复我~
  • 提问者 weixin_慕斯4428306 #1
    demo目录下有的
    回复 有任何疑惑可以回复我~ 2021-08-12 18:51:14
  • 神思者 回复 提问者 weixin_慕斯4428306 #2
    你没进入到容器执行命令
    回复 有任何疑惑可以回复我~ 2021-08-12 20:25:26
  • 提问者 weixin_慕斯4428306 回复 神思者 #3
    有的,只是我没有把过程全写出来,参考这篇https://stackoverflow.com/questions/16087752/unable-to-run-compiled-files-bash-a-out-permission-denied-ive-tried-chm 后,目前我觉得是linux的问题
    回复 有任何疑惑可以回复我~ 2021-08-12 22:30:39
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信