]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
nsenter,unshare: (man) add the NS-related commands to SEE ALSO
authorMasatake YAMATO <yamato@redhat.com>
Sat, 13 Sep 2025 12:33:12 +0000 (21:33 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Sat, 13 Sep 2025 13:01:45 +0000 (22:01 +0900)
The NS-related commands in util-linux complement each other.
Users should know them.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
sys-utils/nsenter.1.adoc
sys-utils/unshare.1.adoc

index 86b2248035e32244e8e657af3d9b4f1ba50becd9..24f9123a791fb7238411984061965a7a2811065e 100644 (file)
@@ -44,6 +44,8 @@ The process will have a virtualized view of _/proc/self/cgroup_, and new cgroup
 *time namespace*::
 The process can have a distinct view of *CLOCK_MONOTONIC* and/or *CLOCK_BOOTTIME* which can be changed using _/proc/self/timens_offsets_. For further details, see *time_namespaces*(7).
 
+If you want to create a new namespace, use *unshare*(1). Once created, you can run a program in it using *nsenter*.
+
 == OPTIONS
 
 //TRANSLATORS: Keep {asterisk} untranslated.
@@ -162,6 +164,8 @@ mailto:kzak@redhat.com[Karel Zak]
 
 == SEE ALSO
 
+*unshare*(1),
+*lsns*(8),
 *clone*(2),
 *setns*(2),
 *namespaces*(7)
index 3e669ad39562359dd493161d67bfa6aa9c924579..1f259962c0ece6d28651b833e8d8455bfedec1a6 100644 (file)
@@ -286,6 +286,8 @@ mailto:kzak@redhat.com[Karel Zak]
 
 *newuidmap*(1),
 *newgidmap*(1),
+*nsenter*(1),
+*lsns*(8),
 *clone*(2),
 *unshare*(2),
 *namespaces*(7),