2,242
edits
Changes
→Process tree, sessions and groups
SETSID: {S(.)(.)(.*)} -> {S\1S\3} // S becomes a new session leader
SETPGID(0): {P(.)(.)(.*)} -> {PP\2\3} // P becomes a new group leader
SETPGID(G): {GGS(.*)}(.*){P(.)S(.*)} -> {GGS\1}\2{PGS\4} {P(.)S(.*)}(.*){GGS(.*)} -> {PGS\2}\3{GGS\4} // P joins group of alive G
</pre>
[[Category: Plans]]
[[Category: Thinkers]]