Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

12
  • Thank you for your reply, unfortunately I'm not on Solaris but it may help other people... Commented Aug 1, 2018 at 14:10
  • This is conflating nohup and disown. The questioner is asking about the latter. Commented Aug 1, 2018 at 14:20
  • 1
    And since nohup does what the questioner was asking for, I created this answer. It should be obvious that disown cannot do what the questioner likes to do, as disown just removes a job from the job table of a shell but does not have any influence on the job itself. Commented Aug 1, 2018 at 14:35
  • nohup was not what the questioner was asking for. This is pretty clear in the question, where it talks about jobs being killed by a shell when it exits, explicitly uses disown, explicitly distinguishes what it is talking about from nohup, and requests to perform the same thing as disown from outwith the shell. Commented Aug 1, 2018 at 14:52
  • 1
    Reread the question: this was on how to detach the controlling tty and this can only be done via nohup. Commented Aug 1, 2018 at 14:54