diff options
Diffstat (limited to 'templates/man5/proc_pid.5.pot')
-rw-r--r-- | templates/man5/proc_pid.5.pot | 191 |
1 files changed, 191 insertions, 0 deletions
diff --git a/templates/man5/proc_pid.5.pot b/templates/man5/proc_pid.5.pot new file mode 100644 index 00000000..0b5dd70c --- /dev/null +++ b/templates/man5/proc_pid.5.pot @@ -0,0 +1,191 @@ +# SOME DESCRIPTIVE TITLE +# Copyright (C) YEAR Free Software Foundation, Inc. +# This file is distributed under the same license as the PACKAGE package. +# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. +# +#, fuzzy +msgid "" +msgstr "" +"Project-Id-Version: PACKAGE VERSION\n" +"POT-Creation-Date: 2024-06-01 06:10+0200\n" +"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" +"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" +"Language-Team: LANGUAGE <LL@li.org>\n" +"Language: \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" + +#. type: TH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "proc_pid" +msgstr "" + +#. type: TH +#: archlinux debian-unstable opensuse-tumbleweed +#, no-wrap +msgid "2024-05-02" +msgstr "" + +#. type: TH +#: archlinux debian-unstable +#, no-wrap +msgid "Linux man-pages 6.8" +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "NAME" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "/proc/pid/, /proc/self/ - process information" +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "DESCRIPTION" +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I</proc/>pidI</>" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"There is a numerical subdirectory for each running process; the subdirectory " +"is named by the process ID. Each I</proc/>pid subdirectory contains the " +"pseudo-files and directories described below." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The files inside each I</proc/>pid directory are normally owned by the " +"effective user and effective group ID of the process. However, as a " +"security measure, the ownership is made I<root:root> if the process's " +"\"dumpable\" attribute is set to a value other than 1." +msgstr "" + +#. commit 68eb94f16227336a5773b83ecfa8290f1d6b78ce +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Before Linux 4.11, I<root:root> meant the \"global\" root user ID and group " +"ID (i.e., UID 0 and GID 0 in the initial user namespace). Since Linux 4.11, " +"if the process is in a noninitial user namespace that has a valid mapping " +"for user (group) ID 0 inside the namespace, then the user (group) ownership " +"of the files under I</proc/>pid is instead made the same as the root user " +"(group) ID of the namespace. This means that inside a container, things " +"work as expected for the container \"root\" user." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The process's \"dumpable\" attribute may change for the following reasons:" +msgstr "" + +#. type: IP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "\\[bu]" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The attribute was explicitly set via the B<prctl>(2) B<PR_SET_DUMPABLE> " +"operation." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"The attribute was reset to the value in the file I</proc/sys/fs/" +"suid_dumpable> (described below), for the reasons described in B<prctl>(2)." +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"Resetting the \"dumpable\" attribute to 1 reverts the ownership of the I</" +"proc/>pidI</*> files to the process's effective UID and GID. Note, however, " +"that if the effective UID or GID is subsequently modified, then the " +"\"dumpable\" attribute may be reset, as described in B<prctl>(2). " +"Therefore, it may be desirable to reset the \"dumpable\" attribute I<after> " +"making any desired changes to the process's effective UID or GID." +msgstr "" + +#. type: TP +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "I</proc/self/>" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "" +"This directory refers to the process accessing the I</proc> filesystem, and " +"is identical to the I</proc> directory named by the process ID of the same " +"process." +msgstr "" + +#. type: SH +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +#, no-wrap +msgid "SEE ALSO" +msgstr "" + +#. type: Plain text +#: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron +#: opensuse-tumbleweed +msgid "B<proc>(5)" +msgstr "" + +#. type: TH +#: fedora-40 fedora-rawhide mageia-cauldron +#, no-wrap +msgid "2023-08-15" +msgstr "" + +#. type: TH +#: fedora-40 mageia-cauldron +#, no-wrap +msgid "Linux man-pages 6.06" +msgstr "" + +#. type: TH +#: fedora-rawhide +#, no-wrap +msgid "Linux man-pages 6.7" +msgstr "" + +#. type: TH +#: opensuse-tumbleweed +#, no-wrap +msgid "Linux man-pages (unreleased)" +msgstr "" |