Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

commands:setsid [2010-01-26 17:03] (current)
asciiphil created
Line 1: Line 1:
 +====== setsid ======
 +
 +===== Default Keybindings =====
 +
 +None.
 +
 +===== Syntax =====
 +
 +  * ''**setsid** [on|off]''
 +
 +===== Description =====
 +
 +Normally ''screen'' uses different sessions and process groups for the
 +windows.  If ''setsid'' is turned off, this is not done anymore and all
 +windows will be in the same process group as the ''screen'' backend
 +process.  This also breaks job-control, so be careful.  The default is
 +"on", of course.  This command is probably useful only in rare
 +circumstances.
 +
 +===== Examples =====
 +
 +None yet.
 +
 +===== See Also =====
 +
 +  * [[:Misc]]
  

User Tools