进行人脸识别程序到
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