# SOME DESCRIPTIVE TITLE # Copyright (C) YEAR Free Software Foundation, Inc. # This file is distributed under the same license as the PACKAGE package. # FIRST AUTHOR , YEAR. # #, fuzzy msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "POT-Creation-Date: 2024-03-29 09:46+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" "Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #. type: TH #: debian-bookworm #, no-wrap msgid "NSENTER" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "2022-05-11" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "util-linux 2.38.1" msgstr "" #. type: TH #: debian-bookworm #, no-wrap msgid "User Commands" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "NAME" msgstr "" #. type: Plain text #: debian-bookworm msgid "nsenter - run program in different namespaces" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "SYNOPSIS" msgstr "" #. type: Plain text #: debian-bookworm msgid "B [options] [I [I]]" msgstr "" #. type: SH #: debian-bookworm #, no-wrap msgid "DESCRIPTION" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The B command executes I in the namespace(s) that are " "specified in the command-line options (described below). If I is " "not given, then \"${SHELL}\" is run (default: I)." msgstr "" #. type: Plain text #: debian-bookworm msgid "Enterable namespaces are:" msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Mounting and unmounting filesystems will not affect the rest of the system, " "except for filesystems which are explicitly marked as shared (with B; see I for the B flag). For " "further details, see B(7) and the discussion of the " "B flag in B(2)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Setting hostname or domainname will not affect the rest of the system. For " "further details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The process will have an independent namespace for POSIX message queues as " "well as System V message queues, semaphore sets and shared memory segments. " "For further details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The process will have independent IPv4 and IPv6 stacks, IP routing tables, " "firewall rules, the I and I directory trees, " "sockets, etc. For further details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "Children will have a set of PID to process mappings separate from the " "B process. B will fork by default if changing the PID " "namespace, so that the new program and its children share the same PID " "namespace and are visible to each other. If B<--no-fork> is used, the new " "program will be exec\\(cqed without forking. For further details, see " "B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The process will have a distinct set of UIDs, GIDs and capabilities. For " "further details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B" msgstr "" #. type: Plain text #: debian-bookworm msgid "" "The process will have a virtualized view of I, and new " "cgroup mounts will be rooted at the namespace cgroup root. For further " "details, see B(7)." msgstr "" #. type: Plain text #: debian-bookworm msgid "B