# Polish translation of manpages # This file is distributed under the same license as the manpages-l10n package. # Copyright © of this file: # Przemek Borys , 1998. # Andrzej Krzysztofowicz , 2002. # Michał Kułach , 2024. msgid "" msgstr "" "Project-Id-Version: manpages-l10n\n" "POT-Creation-Date: 2024-03-01 16:57+0100\n" "PO-Revision-Date: 2024-03-10 13:56+0100\n" "Last-Translator: Michał Kułach \n" "Language-Team: Polish \n" "Language: pl\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%10>=2 && n%10<=4 && (n%100<10 " "|| n%100>=20) ? 1 : 2);\n" "X-Generator: Lokalize 22.12.3\n" #. type: TH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "getgroups" msgstr "getgroups" #. type: TH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "2023-10-31" msgstr "31 października 2023 r." #. type: TH #: archlinux fedora-40 fedora-rawhide mageia-cauldron #, no-wrap msgid "Linux man-pages 6.06" msgstr "Linux man-pages 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 "NAZWA" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "getgroups, setgroups - get/set list of supplementary group IDs" msgstr "" "getgroups, setgroups - pobiera/ustawia listę identyfikatorów grup dodatkowych" #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "LIBRARY" msgstr "BIBLIOTEKA" #. 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 "Standardowa biblioteka C (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 "SKŁADNIA" #. 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 Eunistd.hE>\n" msgstr "B<#include Eunistd.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<, gid_t >IB<[]);>\n" msgstr "BIB<, gid_t >IB<[]);>\n" #. 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 Egrp.hE>\n" msgstr "B<#include Egrp.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<, const gid_t *_Nullable >IB<);>\n" msgstr "BIB<, const gid_t *_Nullable >IB<);>\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "Feature Test Macro Requirements for glibc (see B(7)):" msgstr "" "Wymagane ustawienia makr biblioteki glibc (patrz B(7)):" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B():" msgstr "B():" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" " Since glibc 2.19:\n" " _DEFAULT_SOURCE\n" " glibc 2.19 and earlier:\n" " _BSD_SOURCE\n" msgstr "" " Od glibc 2.19:\n" " _DEFAULT_SOURCE\n" " glibc 2.19 i wcześniejsze:\n" " _BSD_SOURCE\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 "OPIS" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() returns the supplementary group IDs of the calling process " "in I. The argument I should be set to the maximum number of " "items that can be stored in the buffer pointed to by I. If the " "calling process is a member of more than I supplementary groups, then " "an error results." msgstr "" "B() zwraca w I identyfikatory grup dodatkowych dla " "wywołującego procesu. Argument I powinien być ustawiony na maksymalną " "liczbę elementów, jakie mogą być przechowywane w buforze, na który wskazuje " "I. Jeśli wywołujący proces jest członkiem więcej niż I grup " "dodatkowych, wystąpi błąd." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "It is unspecified whether the effective group ID of the calling process is " "included in the returned list. (Thus, an application should also call " "B(2) and add or remove the resulting value.)" msgstr "" "Nie jest określone, czy efektywny ID grupy procesu wywołującego będzie " "znajdować się na zwróconej liście (zatem aplikacja powinna wywołać również " "B(2) i dodać lub usunąć otrzymaną wartość)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "If I is zero, I is not modified, but the total number of " "supplementary group IDs for the process is returned. This allows the caller " "to determine the size of a dynamically allocated I to be used in a " "further call to B()." msgstr "" "Jeśli I jest równe zero, to I nie jest modyfikowane, lecz " "zwracana jest ogólna liczba dodatkowych grup procesu. Pozwala to " "wywołującemu określić rozmiar dynamicznie przydzielanej I, do użycia w " "kolejnych wywołaniach do B(2)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "B() sets the supplementary group IDs for the calling process. " "Appropriate privileges are required (see the description of the B " "error, below). The I argument specifies the number of supplementary " "group IDs in the buffer pointed to by I. A process can drop all of " "its supplementary groups with the call:" msgstr "" "B() ustawia identyfikatory grup dodatkowych procesu wywołującego. " "Konieczne są odpowiednie przywileje (zob. opis błędu B poniżej). " "Argument I określa liczbę identyfikatorów grup dodatkowych w buforze, " "na który wskazuje I. Proces może porzucić wszystkie swoje grupy " "dodatkowe poniższym wywołaniem:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "setgroups(0, NULL);\n" msgstr "setgroups(0, NULL);\n" #. 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 "WARTOŚĆ ZWRACANA" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "On success, B() returns the number of supplementary group IDs. " "On error, -1 is returned, and I is set to indicate the error." msgstr "" "Po pomyślnym zakończeniu B() zwraca liczbę grup dodatkowych. Po " "błędzie zwracane jest -1 i ustawiane I wskazując błąd." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "On success, B() returns 0. On error, -1 is returned, and " "I is set to indicate the error." msgstr "" "Po pomyślnym zakończeniu B() zwraca zero. Po błędzie zwracane " "jest -1 i ustawiane I wskazując błąd." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "ERRORS" msgstr "BŁĘDY" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "I has an invalid address." msgstr "I ma nieprawidłowy adres." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B() can additionally fail with the following error:" msgstr "B() może dodatkowo zawieść z następującym błędem:" #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "I is less than the number of supplementary group IDs, but is not zero." msgstr "I jest mniejsze niż liczba grup dodatkowych, ale niezerowe." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "B() can additionally fail with the following errors:" msgstr "B() może dodatkowo zawieść z następującymi błędami:" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "I is greater than B (32 before Linux 2.6.4; 65536 since " "Linux 2.6.4)." msgstr "" "I jest większe niż B (32 przed Linuksem 2.6.4; 65536 od " "Linuksa 2.6.4)." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "Out of memory." msgstr "Brak pamięci." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B" msgstr "B" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The calling process has insufficient privilege (the caller does not have the " "B capability in the user namespace in which it resides)." msgstr "" "Proces wywołujący ma niewystarczające przywileje (wywołujący nie posiada " "przywileju (ang. capability) B w przestrzeni nazw użytkownika, w " "której występuje)." #. type: TP #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B (since Linux 3.19)" msgstr "B (od Linuksa 3.19)" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The use of B() is denied in this user namespace. See the " "description of IpidI in B(7)." msgstr "" "Odmówiono użycia B() w tej przestrzeni nazw użytkownika. Więcej " "informacji w opisie IpidI w B(7)." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "VERSIONS" msgstr "WERSJE" #. type: SS #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "C library/kernel differences" msgstr "Różnice biblioteki C/jądra" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "At the kernel level, user IDs and group IDs are a per-thread attribute. " "However, POSIX requires that all threads in a process share the same " "credentials. The NPTL threading implementation handles the POSIX " "requirements by providing wrapper functions for the various system calls " "that change process UIDs and GIDs. These wrapper functions (including the " "one for B()) employ a signal-based technique to ensure that when " "one thread changes credentials, all of the other threads in the process also " "change their credentials. For details, see B(7)." msgstr "" "Na poziomie jądra, identyfikatory użytkownika i grupy są atrybutami " "przynależnymi wątkowi. Jednak POSIX wymaga, aby wszystkie wątki procesu " "dzieliły te same poświadczenia. Implementacja wątkowania NPTL obsługuje " "wymagania POSIX za pomocą funkcji opakowujących dla różnych wywołań " "systemowych zmieniających UID-y i GID-y procesów. Te funkcje opakowujące (w " "tym te dla B()) wykorzystują technikę opartą na sygnałach aby " "zapewnić, że gdy jeden wątek zmieni swe poświadczenia, wszystkie inne wątki " "procesu również to uczynią. Więcej szczegółów w podręczniku B(7)." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "STANDARDS" msgstr "STANDARDY" #. type: TP #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B()" msgstr "B()" #. 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: TP #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "B()" msgstr "B()" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "None." msgstr "Brak." #. type: SH #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "HISTORY" msgstr "HISTORIA" #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "SVr4, 4.3BSD, POSIX.1-2001." msgstr "SVr4, 4.3BSD, POSIX.1-2001." #. type: Plain text #: archlinux debian-unstable fedora-40 fedora-rawhide mageia-cauldron #: opensuse-leap-15-6 opensuse-tumbleweed msgid "" "SVr4, 4.3BSD. Since B() requires privilege, it is not covered " "by POSIX.1." msgstr "" "SVr4, 4.3BSD. Ponieważ B() wymaga przywileju, nie jest opisana w " "POSIX.1." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The original Linux B() system call supported only 16-bit group " "IDs. Subsequently, Linux 2.4 added B(), supporting 32-bit " "IDs. The glibc B() wrapper function transparently deals with " "the variation across kernel versions." msgstr "" "Pierwotne linuksowe wywołania systemowe B() obsługiwały jedynie " "16-bitowe identyfikatory grup. Następnie, w Linuksie 2.4 dodano " "B(), obsługujące identyfikatora 32-bitowe. Funkcja opakowująca " "B() biblioteki glibc obsługuje te warianty pomiędzy wersjami " "jądra w sposób przezroczysty." #. type: SH #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "NOTES" msgstr "UWAGI" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "A process can have up to B supplementary group IDs in addition " "to the effective group ID. The constant B is defined in " "Ilimits.hE>. The set of supplementary group IDs is inherited from " "the parent process, and preserved across an B(2)." msgstr "" "Proces może posiadać maksymalnie B grup dodatkowych oprócz " "efektywnego ID grupy. Stała B jest definiowana w Ilimits." "hE>. Zbiór grup dodatkowych jest dziedziczony po procesie rodzicielskim " "i jest zachowywany na przestrzeni B(2)." #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The maximum number of supplementary group IDs can be found at run time using " "B(3):" msgstr "" "Maksymalna liczba grup dodatkowych może być odnaleziona w czasie " "uruchomienia za pomocą B(3):" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "" "long ngroups_max;\n" "ngroups_max = sysconf(_SC_NGROUPS_MAX);\n" msgstr "" "long ngroups_max;\n" "ngroups_max = sysconf(_SC_NGROUPS_MAX);\n" #. type: Plain text #: archlinux debian-bookworm debian-unstable fedora-40 fedora-rawhide #: mageia-cauldron opensuse-leap-15-6 opensuse-tumbleweed msgid "" "The maximum return value of B() cannot be larger than one more " "than this value. Since Linux 2.6.4, the maximum number of supplementary " "group IDs is also exposed via the Linux-specific read-only file, I." msgstr "" "Maksymalna zwracana wartość B() nie może być większa od " "powyższej. Od Linuksa 2.6.4, maksymalna liczba grup dodatkowych jest również " "ujawniana w typowo linuksowym pliku tylko do odczytu: I." #. 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 "ZOBACZ TAKŻE" #. 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(3), B(3), " "B(3), B(7), B(7)" msgstr "" "B(2), B(2), B(3), B(3), " "B(3), B(7), B(7)" #. type: TH #: debian-bookworm #, no-wrap msgid "2023-02-05" msgstr "5 lutego 2023 r." #. type: TH #: debian-bookworm #, no-wrap msgid "Linux man-pages 6.03" msgstr "Linux man-pages 6.03" #. type: Plain text #: debian-bookworm msgid "B(): SVr4, 4.3BSD, POSIX.1-2001, POSIX.1-2008." msgstr "B(): SVr4, 4.3BSD, POSIX.1-2001, POSIX.1-2008." #. type: Plain text #: debian-bookworm msgid "" "B(): SVr4, 4.3BSD. Since B() requires privilege, it " "is not covered by POSIX.1." msgstr "" "B(): SVr4, 4.3BSD. Ponieważ B() wymaga przywileju, nie " "jest opisana w POSIX.1." #. type: TH #: debian-unstable opensuse-leap-15-6 opensuse-tumbleweed #, no-wrap msgid "2023-03-30" msgstr "30 marca 2023 r." #. type: TH #: debian-unstable opensuse-tumbleweed #, no-wrap msgid "Linux man-pages 6.05.01" msgstr "Linux man-pages 6.05.01" #. type: TH #: opensuse-leap-15-6 #, no-wrap msgid "Linux man-pages 6.04" msgstr "Linux man-pages 6.04"