Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
由于 afs 令牌过期,即使我注销,我也希望我的作业在后台运行。
我知道完成此操作的三个选项:tmux、screen和nohup。
tmux
screen
nohup
但是,在我注销并重新登录以检查作业状态后,它们在尝试写入与作业关联的文件时由于权限被拒绝错误而终止。最奇怪的是,这不会发生在所有工作上,而只是其中的一小部分。
这可能是什么原因造成的?我怎样才能找到解决方案来解决它?