with-effective-user ( string/id/f quot -- )
Unix users

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


Vocabulary
unix.users

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


Outputs
None

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

Definition