[hackers] [ubase] add more info to unshare.1 || dwts
commit 4942308f86caab285e579197208489d4f4aff262
Author: dwts <mr.dwts_AT_gmail.com>
Date: Mon Apr 14 00:13:58 2014 +0300
add more info to unshare.1
diff --git a/unshare.1 b/unshare.1
index 40028a2..9dfb3c8 100644
--- a/unshare.1
+++ b/unshare.1
_AT_@ -13,24 +13,31 @@ indicated via options.
B-mR
Unshare the mount namespace, so that the calling process has a private
copy of its namespace which is not shared with any other process.
+This flag has the same effect as the Bclone(2) CLONE_NEWNS Rflag.
.TP
B-uR
Unshare the UTS IPC namespace, so that the calling process has a
private copy of the UTS namespace which is not shared with any other
-process.
+process. This flag has the same effect as the Bclone(2) CLONE_NEWUTS
+Rflag.
.TP
B-iR
Unshare the System V IPC namespace, so that the calling process has a
private copy of the System V IPC namespace which is not shared with
-any other process.
+any other process. This flag has the same effect as the Bclone(2)
+CLONE_NEWIPC Rflag
.TP
B-nR
Unshare the network namespace, so that the calling process is moved
into a new network namespace which is not shared with any previously
-existing process.
+existing process. This flag has the same effect as the Bclone(2)
+CLONE_NEWNET Rflag.
.TP
B-pR
-Create the process in a new PID namespace.
+Create the process in a new PID namespace. This flag has the same
+effect as the Bclone(2) CLONE_NEWPID Rflag.
.TP
B-UR
The process will have a distinct set of UIDs, GIDs and capabilities.
+.SH SEE ALSO
+clone(2), unshare(2)
Received on Mon Apr 14 2014 - 10:28:00 CEST
This archive was generated by hypermail 2.3.0
: Mon Apr 14 2014 - 10:36:11 CEST