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

Prev:set-group-write ( path ? -- )
Next:set-other-read ( path ? -- )


Vocabulary
io.files.info.unix

Inputs
patha pathname string
?a boolean


Outputs
None

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

Definition