doc: bring the namespaces up to date with linux kernel

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2022-05-05 00:00:00 -05:00
committed by Craig Small
parent 644a6e055c
commit 6e78355d4d
3 changed files with 24 additions and 0 deletions

View File

@ -1158,6 +1158,11 @@ page available.
\fBnTH \*(Em Number of Threads \fR
The number of threads associated with a process.
.TP 4
\fBnsCGROUP \*(Em CGROUP namespace \fR
The Inode of the namespace used to hide the identity of the control group of
which process is a member.
.TP 4
\fBnsIPC \*(Em IPC namespace \fR
The Inode of the namespace used to isolate interprocess communication (IPC)
@ -1180,6 +1185,11 @@ meaning they need not remain unique.
Thus, each such namespace could have its own `init/systemd' (PID #1) to
manage various initialization tasks and reap orphaned child processes.
.TP 4
\fBnsTIME \*(Em TIME namespace \fR
The Inode of the namespace which allows processes to see different system
times in a way similar to the UTS namespace.
.TP 4
\fBnsUSER \*(Em USER namespace \fR
The Inode of the namespace used to isolate the user and group ID numbers.