Hacker News new | ask | show | jobs
by jeffbee 623 days ago
> without being attached to a terminal

Isn't that more the job of `nohup`?

2 comments

No. While nohup redirects standard input and output and block the SIGHUP signal, it does not actually detach the process from the TTY session.
No, nohup, as the name says, is about filtering/ignoring signals, specifically HUP, that are sent when the parent process shell exits.