Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0eb1ed5 commit c405133Copy full SHA for c405133
1 file changed
Doc/lib/libos.tex
@@ -205,8 +205,10 @@ \subsection{Process Parameters \label{os-procinfo}}
205
\end{funcdesc}
206
207
\begin{funcdesc}{setgroups}{groups}
208
-Set list of supplemental group ids associated with the current
209
-process to \var{groups}.
+Set the list of supplemental group ids associated with the current
+process to \var{groups}. \var{groups} must be a sequence, and each
210
+element must be an integer identifying a group. This operation is
211
+typical available only to the superuser.
212
Availability: \UNIX{}.
213
\versionadded{2.2}
214
0 commit comments