diff options
Diffstat (limited to 'man7/credentials.7')
| -rw-r--r-- | man7/credentials.7 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man7/credentials.7 b/man7/credentials.7 index d65c18de2d..ae5c12b06e 100644 --- a/man7/credentials.7 +++ b/man7/credentials.7 @@ -30,7 +30,7 @@ that is assigned when the process is created using A process can obtain its PID using .BR getpid (2). A PID is represented using the type -.IR pid_t +.IR pid_t (defined in .IR <sys/types.h> ). @@ -72,7 +72,7 @@ A process's PPID is preserved across an Each process has a session ID and a process group ID, both represented using the type .IR pid_t . -A process can obtain its session ID using +A process can obtain its session ID using .BR getsid(2), and its process group ID using .BR getpgrp (2). @@ -85,7 +85,7 @@ A process's session ID and process group ID are preserved across an Sessions and process groups are abstractions devised to support shell job control. -A process group (sometimes called a "job") is a collection of +A process group (sometimes called a "job") is a collection of processes that share the same process group ID; the shell creates a new process group for the process(es) used to execute single command or pipeline (e.g., the two processes @@ -195,7 +195,7 @@ A child process created by inherits copies of its parent's user and groups IDs. During an .BR execve (2), -a process's real user and group ID and supplementary +a process's real user and group ID and supplementary group IDs are preserved; the effective and saved set IDs may be changed, as described in .BR execve (2). @@ -207,7 +207,7 @@ when determining the permissions for sending signals \(em see .BR kill (2); .IP * when determining the permissions for setting -process-scheduling parameters (nice value, real time +process-scheduling parameters (nice value, real time scheduling policy and priority, CPU affinity, I/O priority) using .BR setpriority (2), .BR sched_setaffinity (2), |
