Y
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
kazinator
623 days ago
No. While nohup redirects standard input and output and block the SIGHUP signal, it does not actually detach the process from the TTY session.
link
thwarted
623 days ago
No, nohup, as the name says, is about filtering/ignoring signals, specifically HUP, that are sent when the parent process shell exits.
link