问题
zsh下执行
nohup ./xxx.sh &
提示
zsh: you have running jobs.
解决
nohup ./xxx.sh &!
zsh下执行
nohup ./xxx.sh &
提示
zsh: you have running jobs.
nohup ./xxx.sh &!
本文标题:zsh: you have running jobs
本文链接:https://www.haomeiwen.com/subject/adhugttx.html
网友评论