Introduce old redir program
[lcapit-junk-code.git] / Documentation / process-control.txt
blob350933ce994b6738a3f3ccebadd09dd418029aeb
1 Process Control
2 ---------------
4 A new child inherits:
6 * real user ID, real group ID, effective user ID, effective group ID
7 * supplementary group IDs
8 * process group ID
9 * session ID
10 * controlling terminal
11 * set-user-ID flag and set-group-ID flag
12 * current working directory
13 * root directory
14 * file mode creation mask
15 * signal mask and dispositions
16 * the close-on-exec flag for any open file descritors
17 * environment
18 * attached shared memory segments
19 * resource limits
21 A new exec()ed program inherits:
23 * process ID and parent process ID
24 * real user ID and real group ID
25 * supplementary group IDs
26 * process group ID
27 * session ID
28 * controlling terminal
29 * time left until alarm clock
30 * current working directory
31 * root directory
32 * file mode creation mask
33 * file locks
34 * process signal mask
35 * pending signals
36 * resource limits