with-effective-group ( string/id/f quot -- )
Unix groups

Prev:with-real-group ( string/id/f quot -- )


Vocabulary
unix.groups

Inputs
string/id/fa string, a group id, or f
quota quotation


Outputs
None

Word description
Sets the effective group name and calls the quotation. Restores the effective group name on success or on error after the call. If the first parameter is f, the quotation is called as the current user.

Definition