set-gid ( path ? -- )
Unix file attributes ยป Unix file permissions

Prev:set-uid ( path ? -- )
Next:set-sticky ( path ? -- )


Vocabulary
io.files.info.unix

Inputs
patha pathname string
?a boolean


Outputs
None

Word description
Sets the gid bit of a file to true or false.

Definition