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.
nohup 和 screen 都做类似的工作。但是,我想知道为什么screen在 Linux 中比nohup命令更受欢迎?
screen适用于交互式流程,您可能需要分离和重新连接 vtty。 nohup最适合无人值守的进程,如用户空间守护进程或稍后将检查的进程。
screen
nohup