From: Masatake YAMATO Date: Sat, 13 Sep 2025 12:33:12 +0000 (+0900) Subject: nsenter,unshare: (man) add the NS-related commands to SEE ALSO X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=839b4f729afa263ef6c94178dce52d02b48d843e;p=thirdparty%2Futil-linux.git nsenter,unshare: (man) add the NS-related commands to SEE ALSO The NS-related commands in util-linux complement each other. Users should know them. Signed-off-by: Masatake YAMATO --- diff --git a/sys-utils/nsenter.1.adoc b/sys-utils/nsenter.1.adoc index 86b224803..24f9123a7 100644 --- a/sys-utils/nsenter.1.adoc +++ b/sys-utils/nsenter.1.adoc @@ -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) diff --git a/sys-utils/unshare.1.adoc b/sys-utils/unshare.1.adoc index 3e669ad39..1f259962c 100644 --- a/sys-utils/unshare.1.adoc +++ b/sys-utils/unshare.1.adoc @@ -286,6 +286,8 @@ mailto:kzak@redhat.com[Karel Zak] *newuidmap*(1), *newgidmap*(1), +*nsenter*(1), +*lsns*(8), *clone*(2), *unshare*(2), *namespaces*(7),