我尝试使用nohup运行脚本,
nohup script.sh &
当我尝试
ps -ef | grep "script.sh"
除了使用该字符串作为参数运行的grep之外,我找不到它.
我做得对吗?这是否意味着该流程确实已完成执行?谢谢.
unix linux shell background-process
background-process ×1
linux ×1
shell ×1
unix ×1