Warning: Undefined array key 0 in
/home/public/screen/inc/html.php on line
1271
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1453
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1454
Warning: Undefined array key 1 in
/home/public/screen/inc/html.php on line
1457
Warning: Undefined array key -1 in
/home/public/screen/inc/html.php on line
1458
Differences
This shows you the differences between two versions of the page.
|
|
— |
commands:setsid [2010-01-26 17:03] (current) asciiphil created |
| ====== 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]] |
| |