In the past, I've used nohup to run big background jobs, but I've noticed that a lot of people use Screen in this context. Does Screen provide some kind of functional advantage that I am unaware of, or is it just a matter of preference?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
migrated from stackoverflow.com Nov 15 '11 at 21:17
|
screen has a ton of features. It doesn't just "daemonize" a process, it's more of a window manager for terminals. It can be used if the process needs input at some point, you can go and check the process's output, reconnect to its terminal, ... So no, it's not just a matter of preference, they are not the same thing at all. |
|||||
|
|
|
||||
|
|
|
My friend,
|
||||
|
|