Solomon Peachy wrote:
On Wed, Jun 01, 2016 at 10:35:31AM -0400, Dan Book wrote:
As mentioned, this isn't just about screen, tmux, and nohup (or if there's
any other programs used in a similar context). *Any* command run with a
trailing & is commonly expected to survive logout, usually from remote
shells.

Um, no.  There is *no* expectation of a random command surviving loss of
its controlling tty (ie logout) unless explcit steps were taken to
mitigate it.  Such as the command daemonizing itself or ignoring
SIGHUP -- either explicitly or via use of nohup (which also gives the
added benefit of capturing stdout)

'&' in of itself was *never* any sort of guarantee, regardless of
foolish expectations to the contrary.

Wrong, for all csh users.

You folks are all talking from quite narrow perspectives.

--
  -- Howard Chu
  CTO, Symas Corp.           http://www.symas.com
  Director, Highland Sun     http://highlandsun.com/hyc/
  Chief Architect, OpenLDAP  http://www.openldap.org/project/
--
devel mailing list
devel@lists.fedoraproject.org
https://lists.fedoraproject.org/admin/lists/devel@lists.fedoraproject.org

Reply via email to