namespaces.7: Mention ioctl(2) in discussion of namespaces APIs

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2018-08-03 07:36:48 +02:00
parent 9a6d888cb6
commit 3426f62cea
1 changed files with 7 additions and 0 deletions

View File

@ -95,6 +95,13 @@ flags listed below, then new namespaces are created for each flag,
and the calling process is made a member of those namespaces. and the calling process is made a member of those namespaces.
(This system call also implements a number of features (This system call also implements a number of features
unrelated to namespaces.) unrelated to namespaces.)
.TP
.BR ioctl (2)
Various
.BR ioctl (2)
operations can be used to discover information about namespaces.
These operations are descibed in
.BR ioctl_ns (2).
.PP .PP
Creation of new namespaces using Creation of new namespaces using
.BR clone (2) .BR clone (2)