# Romanian translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Remus-Gabriel Chelu , 2024. msgid "" msgstr "" "Project-Id-Version: manpages-l10n 4.21.0\n" "POT-Creation-Date: 2024-03-01 17:12+0100\n" "PO-Revision-Date: 2024-01-28 12:47+0100\n" "Last-Translator: Remus-Gabriel Chelu \n" "Language-Team: Romanian \n" "Language: ro\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=n==1 ? 0 : (n==0 || (n%100 > 0 && n%100 < " "20)) ? 1 : 2;\n" "X-Generator: Poedit 3.2.2\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "umask" msgstr "umask" #. type: TH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 octombrie 2023" #. type: TH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Pagini de manual de Linux 6.06" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NAME" msgstr "NUME" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "umask - set file mode creation mask" msgstr "umask - stabilește o mască de creare a modului de fișier" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "BIBLIOTECA" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Standard C library (I, I<-lc>)" msgstr "Biblioteca C standard (I, I<-lc>)" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SYNOPSIS" msgstr "REZUMAT" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B<#include Esys/stat.hE>\n" msgstr "B<#include Esys/stat.hE>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "BIB<);>\n" msgstr "BIB<);>\n" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "DESCRIPTION" msgstr "DESCRIERE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() sets the calling process's file mode creation mask (umask) to " "I & 0777 (i.e., only the file permission bits of I are used), " "and returns the previous value of the mask." msgstr "" "B() stabilește masca de creare a modului de fișier a procesului " "apelant (umask) la I & 0777 (adică sunt utilizați numai biții de " "permisiune de fișier din I) și returnează valoarea anterioară a măștii." #. e.g., mkfifo(), creat(), mknod(), sem_open(), mq_open(), shm_open() #. but NOT the System V IPC *get() calls #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The umask is used by B(2), B(2), and other system calls that " "create files to modify the permissions placed on newly created files or " "directories. Specifically, permissions in the umask are turned off from the " "I argument to B(2) and B(2)." msgstr "" "„umask” este utilizat de B(2), B(2) și alte apeluri de sistem " "care creează fișiere pentru a modifica permisiunile acordate fișierelor sau " "directoarelor nou create. În mod specific, permisiunile din „umask” sunt " "dezactivate din argumentul I pentru B(2) și B(2)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Alternatively, if the parent directory has a default ACL (see B(5)), " "the umask is ignored, the default ACL is inherited, the permission bits are " "set based on the inherited ACL, and permission bits absent in the I " "argument are turned off. For example, the following default ACL is " "equivalent to a umask of 022:" msgstr "" "Alternativ, dacă directorul părinte are o listă de control de acces „ACL” " "implicită (a se vedea B(5)), „umask” este ignorat, lista de control de " "acces implicită este moștenită, biții de permisiune sunt stabiliți pe baza " "listei de control de acces moștenite, iar biții de permisiune absenți în " "argumentul I sunt dezactivați. De exemplu, următoarea ACL implicită " "este echivalentă cu un umask de 022:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "u::rwx,g::r-x,o::r-x\n" msgstr "u::rwx,g::r-x,o::r-x\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Combining the effect of this default ACL with a I argument of 0666 (rw-" "rw-rw-), the resulting file permissions would be 0644 (rw-r--r--)." msgstr "" "Combinând efectul acestei ACL implicite cu un argument I de 0666 (rw-" "rw-rw-), permisiunile de fișier rezultate ar fi 0644 (rw-r--r--)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The constants that should be used to specify I are described in " "B(7)." msgstr "" "Constantele care trebuie utilizate pentru a specifica I sunt descrise " "în B(7)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The typical default value for the process umask is B | B " "(octal 022). In the usual case where the I argument to B(2) is " "specified as:" msgstr "" "Valoarea implicită tipică pentru umask-ul procesului este B | " "B (octal 022). În cazul obișnuit în care argumentul I al lui " "B(2) este specificat ca:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B | B | B | B | B | B\n" msgstr "B | B | B | B | B | B\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "(octal 0666) when creating a new file, the permissions on the resulting file " "will be:" msgstr "" "(octal 0666) la crearea unui fișier nou, permisiunile pentru fișierul " "rezultat vor fi:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B | B | B | B\n" msgstr "B | B | B | B\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "(because 0666 & \\[ti]022 = 0644; i.e. rw-r--r--)." msgstr "(pentru că 0666 & \\[ti]022 = 0644; adică rw-r--r--)." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "RETURN VALUE" msgstr "VALOAREA RETURNATĂ" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "This system call always succeeds and the previous value of the mask is " "returned." msgstr "" "Acest apel de sistem reușește întotdeauna, iar valoarea anterioară a măștii " "este returnată." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "STANDARDE" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "POSIX.1-2008." msgstr "POSIX.1-2008." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "ISTORIC" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "POSIX.1-2001, SVr4, 4.3BSD." msgstr "POSIX.1-2001, SVr4, 4.3BSD." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "NOTE" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A child process created via B(2) inherits its parent's umask. The " "umask is left unchanged by B(2)." msgstr "" "Un proces-copil creat prin B(2) moștenește umask-ul părintelui său. " "umask-ul este lăsat neschimbat de B(2)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "It is impossible to use B() to fetch a process's umask without at " "the same time changing it. A second call to B() would then be " "needed to restore the umask. The nonatomicity of these two steps provides " "the potential for races in multithreaded programs." msgstr "" "Este imposibil să se utilizeze B() pentru a prelua umask-ul unui " "proces fără a-l modifica în același timp. Un al doilea apel la B() " "ar fi atunci necesar pentru a restabili umask-ul. Neatomicitatea acestor " "doi pași oferă posibilitatea unor competiții în programele cu mai multe fire." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Since Linux 4.7, the umask of any process can be viewed via the I " "field of IpidI. Inspecting this field in I allows a process to retrieve its umask without at the same time " "changing it." msgstr "" "Începând cu Linux 4.7, umask-ul oricărui proces poate fi vizualizat prin " "intermediul câmpului I din IpidI. Inspectarea " "acestui câmp în I permite unui proces să își recupereze " "umask-ul fără a-l modifica în același timp." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The umask setting also affects the permissions assigned to POSIX IPC objects " "(B(3), B(3), B(3)), FIFOs (B(3)), and " "UNIX domain sockets (B(7)) created by the process. The umask does " "not affect the permissions assigned to System\\ V IPC objects created by the " "process (using B(2), B(2), B(2))." msgstr "" "Valoarea umask-ului afectează, de asemenea, permisiunile atribuite " "obiectelor POSIX IPC (B(3), B(3), B(3)), FIFO " "(B(3)) și soclurilor de domeniu UNIX (B(7)) create de proces. " "umask-ul nu afectează permisiunile atribuite obiectelor System\\ V IPC " "create de proces (folosind B(2), B(2), B(2), " "B(2))." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "SEE ALSO" msgstr "CONSULTAȚI ȘI" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B(2), B(2), B(2), B(2), B(5)" msgstr "B(2), B(2), B(2), B(2), B(5)" #. type: TH #: debian-bookworm #, no-wrap msgid "2023-02-05" msgstr "5 februarie 2023" #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Pagini de manual de Linux 6.03" #. type: Plain text #: debian-bookworm msgid "POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD." msgstr "POSIX.1-2001, POSIX.1-2008, SVr4, 4.3BSD." #. type: TH #: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "2023-03-30" msgstr "30 martie 2023" #. type: TH #: debian-unstable opensuse-tumbleweed #, no-wrap msgid "Linux man-pages 6.05.01" msgstr "Pagini de manual de Linux 6.05.01" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Pagini de manual de Linux 6.04"